Html Css Color HEX #9E74C9 Lilac Bush

📋 copy color: '#9E74C9'

red 158 ◦ green 116 ◦ blue 201

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

Shades of Lilac Bush #9E74C9

Tints of Lilac Bush #9E74C9

RGB

 RED value IS 158 (62.11% from 255) = 33.26%

 GREEN value IS 116 (45.7% from 255) = 24.42%

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

R = 33.26%
G = 24.42%
B = 42.32%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E74C9 (or 0x9E74C9) is known color: Lilac Bush. HEX triplet: 9E, 74 and C9. RGB value is (158,116,201). Sum of RGB (Red+Green+Blue) = 158+116+201=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #9E74C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74C9 is #618B36. Grayscale: #898989. Windows color (decimal): -6392631 or 13202590. OLE color: 13202590.

HSL color Cylindrical-coordinate representation of color #9E74C9: hue angle of 269.65º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E74C9 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 116 201 -
CMYK 0.21 0.42 0 0.21
HSL 269.65º 0.44% 0.62% -
HSV(B) 269.65º 0.42% 0.79% -
XYZ 30.89 23.98 58.26 -
YUV 138.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 158 116 201 0.21 0.42 0 0.21 269.65 0.44 0.62
Hex 9E 74 C9 15 2A 0 15 10E 2C 3E
Octal 236 164 311 25 52 0 25 416 54 76
Binary 10011110 1110100 11001001 10101 101010 0 10101 100001110 101100 111110

Color Harmonies of #9E74C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E74C9

Black with #9E74C9

Text Example


Text Example

White with #9E74C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E74C9; }

 p { color: rgb(158,116,201); }

 H1.HeaderClassName
 {
   color: #9E74C9;
 }
 .AnyTagClassName
 {
   color: #9E74C9;
 }
</style>

background-color css

<style>
 a { background-color: #9E74C9; }

 a { background-color: rgb(158,116,201); }

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

border-color css

<style>
 span { border-color: #9E74C9; }

 span { border-color: rgb(158,116,201); }

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