Html Css Color HEX #966FCF Lilac Bush

📋 copy color: '#966FCF'

red 150 ◦ green 111 ◦ blue 207

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

Shades of Lilac Bush #966FCF

Tints of Lilac Bush #966FCF

RGB

 RED value IS 150 (58.98% from 255) = 32.05%

 GREEN value IS 111 (43.75% from 255) = 23.72%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 32.05%
G = 23.72%
B = 44.23%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966FCF (or 0x966FCF) is known color: Lilac Bush. HEX triplet: 96, 6F and CF. RGB value is (150,111,207). Sum of RGB (Red+Green+Blue) = 150+111+207=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #966FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCF is #699030. Grayscale: #858585. Windows color (decimal): -6918193 or 13594518. OLE color: 13594518.

HSL color Cylindrical-coordinate representation of color #966FCF: hue angle of 264.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966FCF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 111 207 -
CMYK 0.28 0.46 0 0.19
HSL 264.38º 0.5% 0.62% -
HSV(B) 264.38º 0.46% 0.81% -
XYZ 29.52 22.36 61.79 -
YUV 133.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 150 111 207 0.28 0.46 0 0.19 264.38 0.5 0.62
Hex 96 6F CF 1C 2E 0 13 108 32 3E
Octal 226 157 317 34 56 0 23 410 62 76
Binary 10010110 1101111 11001111 11100 101110 0 10011 100001000 110010 111110

Color Harmonies of #966FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FCF

Black with #966FCF

Text Example


Text Example

White with #966FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966FCF; }

 p { color: rgb(150,111,207); }

 H1.HeaderClassName
 {
   color: #966FCF;
 }
 .AnyTagClassName
 {
   color: #966FCF;
 }
</style>

background-color css

<style>
 a { background-color: #966FCF; }

 a { background-color: rgb(150,111,207); }

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

border-color css

<style>
 span { border-color: #966FCF; }

 span { border-color: rgb(150,111,207); }

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