Html Css Color HEX #9671CC Lilac Bush

📋 copy color: '#9671CC'

red 150 ◦ green 113 ◦ blue 204

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

Shades of Lilac Bush #9671CC

Tints of Lilac Bush #9671CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 32.12%
G = 24.2%
B = 43.68%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9671CC (or 0x9671CC) is known color: Lilac Bush. HEX triplet: 96, 71 and CC. RGB value is (150,113,204). Sum of RGB (Red+Green+Blue) = 150+113+204=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9671CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671CC is #698E33. Grayscale: #868686. Windows color (decimal): -6917684 or 13398422. OLE color: 13398422.

HSL color Cylindrical-coordinate representation of color #9671CC: hue angle of 264.4º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9671CC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 113 204 -
CMYK 0.26 0.45 0 0.2
HSL 264.4º 0.47% 0.62% -
HSV(B) 264.4º 0.45% 0.8% -
XYZ 29.38 22.65 59.95 -
YUV 134.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 150 113 204 0.26 0.45 0 0.2 264.4 0.47 0.62
Hex 96 71 CC 1A 2D 0 14 108 2F 3E
Octal 226 161 314 32 55 0 24 410 57 76
Binary 10010110 1110001 11001100 11010 101101 0 10100 100001000 101111 111110

Color Harmonies of #9671CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671CC

Black with #9671CC

Text Example


Text Example

White with #9671CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9671CC; }

 p { color: rgb(150,113,204); }

 H1.HeaderClassName
 {
   color: #9671CC;
 }
 .AnyTagClassName
 {
   color: #9671CC;
 }
</style>

background-color css

<style>
 a { background-color: #9671CC; }

 a { background-color: rgb(150,113,204); }

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

border-color css

<style>
 span { border-color: #9671CC; }

 span { border-color: rgb(150,113,204); }

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