Html Css Color HEX #9470C9 Lilac Bush

📋 copy color: '#9470C9'

red 148 ◦ green 112 ◦ blue 201

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

Shades of Lilac Bush #9470C9

Tints of Lilac Bush #9470C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 32.1%
G = 24.3%
B = 43.6%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9470C9 (or 0x9470C9) is known color: Lilac Bush. HEX triplet: 94, 70 and C9. RGB value is (148,112,201). Sum of RGB (Red+Green+Blue) = 148+112+201=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #9470C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470C9 is #6B8F36. Grayscale: #848484. Windows color (decimal): -7049015 or 13201556. OLE color: 13201556.

HSL color Cylindrical-coordinate representation of color #9470C9: hue angle of 264.27º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9470C9 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 112 201 -
CMYK 0.26 0.44 0 0.21
HSL 264.27º 0.45% 0.61% -
HSV(B) 264.27º 0.44% 0.79% -
XYZ 28.55 22.1 58.02 -
YUV 132.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 148 112 201 0.26 0.44 0 0.21 264.27 0.45 0.61
Hex 94 70 C9 1A 2C 0 15 108 2D 3D
Octal 224 160 311 32 54 0 25 410 55 75
Binary 10010100 1110000 11001001 11010 101100 0 10101 100001000 101101 111101

Color Harmonies of #9470C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470C9

Black with #9470C9

Text Example


Text Example

White with #9470C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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