Html Css Color HEX #9F7CCE Lilac Bush

📋 copy color: '#9F7CCE'

red 159 ◦ green 124 ◦ blue 206

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

Shades of Lilac Bush #9F7CCE

Tints of Lilac Bush #9F7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 32.52%
G = 25.36%
B = 42.13%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F7CCE (or 0x9F7CCE) is known color: Lilac Bush. HEX triplet: 9F, 7C and CE. RGB value is (159,124,206). Sum of RGB (Red+Green+Blue) = 159+124+206=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CCE is #608331. Grayscale: #8F8F8F. Windows color (decimal): -6325042 or 13532319. OLE color: 13532319.

HSL color Cylindrical-coordinate representation of color #9F7CCE: hue angle of 265.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F7CCE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 124 206 -
CMYK 0.23 0.40 0 0.19
HSL 265.61º 0.46% 0.65% -
HSV(B) 265.61º 0.4% 0.81% -
XYZ 32.65 26.24 61.74 -
YUV 143.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 159 124 206 0.23 0.40 0 0.19 265.61 0.46 0.65
Hex 9F 7C CE 17 28 0 13 10A 2E 41
Octal 237 174 316 27 50 0 23 412 56 101
Binary 10011111 1111100 11001110 10111 101000 0 10011 100001010 101110 1000001

Color Harmonies of #9F7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CCE

Black with #9F7CCE

Text Example


Text Example

White with #9F7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,206); }

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

background-color css

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

 a { background-color: rgb(159,124,206); }

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

border-color css

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

 span { border-color: rgb(159,124,206); }

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