Html Css Color HEX #9750BC Deep Lilac

📋 copy color: '#9750BC'

red 151 ◦ green 80 ◦ blue 188

#9750BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9750BC

Tints of Deep Lilac #9750BC

RGB

 RED value IS 151 (59.38% from 255) = 36.04%

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 36.04%
G = 19.09%
B = 44.87%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9750BC (or 0x9750BC) is known color: Deep Lilac. HEX triplet: 97, 50 and BC. RGB value is (151,80,188). Sum of RGB (Red+Green+Blue) = 151+80+188=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9750BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9750BC is #68AF43. Grayscale: #717171. Windows color (decimal): -6860612 or 12341399. OLE color: 12341399.

HSL color Cylindrical-coordinate representation of color #9750BC: hue angle of 279.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9750BC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 80 188 -
CMYK 0.20 0.57 0 0.26
HSL 279.44º 0.45% 0.53% -
HSV(B) 279.44º 0.57% 0.74% -
XYZ 24.71 15.95 49.35 -
YUV 113.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 151 80 188 0.20 0.57 0 0.26 279.44 0.45 0.53
Hex 97 50 BC 14 39 0 1A 117 2D 35
Octal 227 120 274 24 71 0 32 427 55 65
Binary 10010111 1010000 10111100 10100 111001 0 11010 100010111 101101 110101

Color Harmonies of #9750BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750BC

Black with #9750BC

Text Example


Text Example

White with #9750BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9750BC; }

 p { color: rgb(151,80,188); }

 H1.HeaderClassName
 {
   color: #9750BC;
 }
 .AnyTagClassName
 {
   color: #9750BC;
 }
</style>

background-color css

<style>
 a { background-color: #9750BC; }

 a { background-color: rgb(151,80,188); }

 div.DivClassName
 {
   background-color: #9750BC;
 }
 .BgClassName
 {
   background-color: #9750BC;
 }
</style>

border-color css

<style>
 span { border-color: #9750BC; }

 span { border-color: rgb(151,80,188); }

 td.TdClassName
 {
   border-color: #9750BC;
 }
 .TagClassName
 {
   border-color: #9750BC;
 }
</style>