Html Css Color HEX #9671CB Lilac Bush

📋 copy color: '#9671CB'

red 150 ◦ green 113 ◦ blue 203

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

Shades of Lilac Bush #9671CB

Tints of Lilac Bush #9671CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 32.19%
G = 24.25%
B = 43.56%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9671CB (or 0x9671CB) is known color: Lilac Bush. HEX triplet: 96, 71 and CB. RGB value is (150,113,203). Sum of RGB (Red+Green+Blue) = 150+113+203=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9671CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671CB is #698E34. Grayscale: #868686. Windows color (decimal): -6917685 or 13332886. OLE color: 13332886.

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

Color convert

RGB 150 113 203 -
CMYK 0.26 0.44 0 0.20
HSL 264.67º 0.46% 0.62% -
HSV(B) 264.67º 0.44% 0.8% -
XYZ 29.26 22.61 59.32 -
YUV 134.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 150 113 203 0.26 0.44 0 0.20 264.67 0.46 0.62
Hex 96 71 CB 1A 2C 0 14 109 2E 3E
Octal 226 161 313 32 54 0 24 411 56 76
Binary 10010110 1110001 11001011 11010 101100 0 10100 100001001 101110 111110

Color Harmonies of #9671CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671CB

Black with #9671CB

Text Example


Text Example

White with #9671CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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