Html Css Color HEX #9F7DCD Lilac Bush

📋 copy color: '#9F7DCD'

red 159 ◦ green 125 ◦ blue 205

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

Shades of Lilac Bush #9F7DCD

Tints of Lilac Bush #9F7DCD

RGB

 RED value IS 159 (62.5% from 255) = 32.52%

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

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

R = 32.52%
G = 25.56%
B = 41.92%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F7DCD (or 0x9F7DCD) is known color: Lilac Bush. HEX triplet: 9F, 7D and CD. RGB value is (159,125,205). Sum of RGB (Red+Green+Blue) = 159+125+205=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DCD is #608232. Grayscale: #909090. Windows color (decimal): -6324787 or 13467039. OLE color: 13467039.

HSL color Cylindrical-coordinate representation of color #9F7DCD: hue angle of 265.5º 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 #9F7DCD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 125 205 -
CMYK 0.22 0.39 0 0.20
HSL 265.5º 0.44% 0.65% -
HSV(B) 265.5º 0.39% 0.8% -
XYZ 32.65 26.45 61.14 -
YUV 144.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 159 125 205 0.22 0.39 0 0.20 265.5 0.44 0.65
Hex 9F 7D CD 16 27 0 14 10A 2C 41
Octal 237 175 315 26 47 0 24 412 54 101
Binary 10011111 1111101 11001101 10110 100111 0 10100 100001010 101100 1000001

Color Harmonies of #9F7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DCD

Black with #9F7DCD

Text Example


Text Example

White with #9F7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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