Html Css Color HEX #9470CD Lilac Bush

📋 copy color: '#9470CD'

red 148 ◦ green 112 ◦ blue 205

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

Shades of Lilac Bush #9470CD

Tints of Lilac Bush #9470CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 31.83%
G = 24.09%
B = 44.09%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9470CD (or 0x9470CD) is known color: Lilac Bush. HEX triplet: 94, 70 and CD. RGB value is (148,112,205). Sum of RGB (Red+Green+Blue) = 148+112+205=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9470CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470CD is #6B8F32. Grayscale: #858585. Windows color (decimal): -7049011 or 13463700. OLE color: 13463700.

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

Color convert

RGB 148 112 205 -
CMYK 0.28 0.45 0 0.20
HSL 263.23º 0.48% 0.62% -
HSV(B) 263.23º 0.45% 0.8% -
XYZ 29.03 22.29 60.53 -
YUV 133.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 148 112 205 0.28 0.45 0 0.20 263.23 0.48 0.62
Hex 94 70 CD 1C 2D 0 14 107 30 3E
Octal 224 160 315 34 55 0 24 407 60 76
Binary 10010100 1110000 11001101 11100 101101 0 10100 100000111 110000 111110

Color Harmonies of #9470CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470CD

Black with #9470CD

Text Example


Text Example

White with #9470CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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