Html Css Color HEX #9470CB Lilac Bush

📋 copy color: '#9470CB'

red 148 ◦ green 112 ◦ blue 203

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

Shades of Lilac Bush #9470CB

Tints of Lilac Bush #9470CB

RGB

 RED value IS 148 (58.2% from 255) = 31.97%

 GREEN value IS 112 (44.14% from 255) = 24.19%

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

R = 31.97%
G = 24.19%
B = 43.84%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9470CB (or 0x9470CB) is known color: Lilac Bush. HEX triplet: 94, 70 and CB. RGB value is (148,112,203). Sum of RGB (Red+Green+Blue) = 148+112+203=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #9470CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470CB is #6B8F34. Grayscale: #848484. Windows color (decimal): -7049013 or 13332628. OLE color: 13332628.

HSL color Cylindrical-coordinate representation of color #9470CB: hue angle of 263.74º 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 #9470CB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 112 203 -
CMYK 0.27 0.45 0 0.20
HSL 263.74º 0.47% 0.62% -
HSV(B) 263.74º 0.45% 0.8% -
XYZ 28.79 22.2 59.27 -
YUV 133.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 148 112 203 0.27 0.45 0 0.20 263.74 0.47 0.62
Hex 94 70 CB 1B 2D 0 14 108 2F 3E
Octal 224 160 313 33 55 0 24 410 57 76
Binary 10010100 1110000 11001011 11011 101101 0 10100 100001000 101111 111110

Color Harmonies of #9470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470CB

Black with #9470CB

Text Example


Text Example

White with #9470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,112,203); }

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

background-color css

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

 a { background-color: rgb(148,112,203); }

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

border-color css

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

 span { border-color: rgb(148,112,203); }

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