Html Css Color HEX #9F7DD0 Lilac Bush

📋 copy color: '#9F7DD0'

red 159 ◦ green 125 ◦ blue 208

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

Shades of Lilac Bush #9F7DD0

Tints of Lilac Bush #9F7DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 32.32%
G = 25.41%
B = 42.28%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F7DD0 (or 0x9F7DD0) is known color: Lilac Bush. HEX triplet: 9F, 7D and D0. RGB value is (159,125,208). Sum of RGB (Red+Green+Blue) = 159+125+208=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F7DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DD0 is #60822F. Grayscale: #909090. Windows color (decimal): -6324784 or 13663647. OLE color: 13663647.

HSL color Cylindrical-coordinate representation of color #9F7DD0: hue angle of 264.58º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F7DD0 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 125 208 -
CMYK 0.24 0.40 0 0.18
HSL 264.58º 0.47% 0.65% -
HSV(B) 264.58º 0.4% 0.82% -
XYZ 33.02 26.59 63.07 -
YUV 144.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 159 125 208 0.24 0.40 0 0.18 264.58 0.47 0.65
Hex 9F 7D D0 18 28 0 12 109 2F 41
Octal 237 175 320 30 50 0 22 411 57 101
Binary 10011111 1111101 11010000 11000 101000 0 10010 100001001 101111 1000001

Color Harmonies of #9F7DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DD0

Black with #9F7DD0

Text Example


Text Example

White with #9F7DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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