Html Css Color HEX #9E7DCD Lilac Bush

📋 copy color: '#9E7DCD'

red 158 ◦ green 125 ◦ blue 205

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

Shades of Lilac Bush #9E7DCD

Tints of Lilac Bush #9E7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.61%

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

R = 32.38%
G = 25.61%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E7DCD (or 0x9E7DCD) is known color: Lilac Bush. HEX triplet: 9E, 7D and CD. RGB value is (158,125,205). Sum of RGB (Red+Green+Blue) = 158+125+205=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DCD is #618232. Grayscale: #8F8F8F. Windows color (decimal): -6390323 or 13467038. OLE color: 13467038.

HSL color Cylindrical-coordinate representation of color #9E7DCD: hue angle of 264.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E7DCD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 125 205 -
CMYK 0.23 0.39 0 0.20
HSL 264.75º 0.44% 0.65% -
HSV(B) 264.75º 0.39% 0.8% -
XYZ 32.45 26.34 61.13 -
YUV 143.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 158 125 205 0.23 0.39 0 0.20 264.75 0.44 0.65
Hex 9E 7D CD 17 27 0 14 109 2C 41
Octal 236 175 315 27 47 0 24 411 54 101
Binary 10011110 1111101 11001101 10111 100111 0 10100 100001001 101100 1000001

Color Harmonies of #9E7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7DCD

Black with #9E7DCD

Text Example


Text Example

White with #9E7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,205); }

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

background-color css

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

 a { background-color: rgb(158,125,205); }

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

border-color css

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

 span { border-color: rgb(158,125,205); }

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