Html Css Color HEX #9E74CE Lilac Bush

📋 copy color: '#9E74CE'

red 158 ◦ green 116 ◦ blue 206

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

Shades of Lilac Bush #9E74CE

Tints of Lilac Bush #9E74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 32.92%
G = 24.17%
B = 42.92%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E74CE (or 0x9E74CE) is known color: Lilac Bush. HEX triplet: 9E, 74 and CE. RGB value is (158,116,206). Sum of RGB (Red+Green+Blue) = 158+116+206=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74CE is #618B31. Grayscale: #8A8A8A. Windows color (decimal): -6392626 or 13530270. OLE color: 13530270.

HSL color Cylindrical-coordinate representation of color #9E74CE: hue angle of 268º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E74CE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 116 206 -
CMYK 0.23 0.44 0 0.19
HSL 268º 0.48% 0.63% -
HSV(B) 268º 0.44% 0.81% -
XYZ 31.49 24.22 61.41 -
YUV 138.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 158 116 206 0.23 0.44 0 0.19 268 0.48 0.63
Hex 9E 74 CE 17 2C 0 13 10C 30 3F
Octal 236 164 316 27 54 0 23 414 60 77
Binary 10011110 1110100 11001110 10111 101100 0 10011 100001100 110000 111111

Color Harmonies of #9E74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E74CE

Black with #9E74CE

Text Example


Text Example

White with #9E74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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