Html Css Color HEX #9F7CCA Lilac Bush

📋 copy color: '#9F7CCA'

red 159 ◦ green 124 ◦ blue 202

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

Shades of Lilac Bush #9F7CCA

Tints of Lilac Bush #9F7CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 32.78%
G = 25.57%
B = 41.65%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F7CCA (or 0x9F7CCA) is known color: Lilac Bush. HEX triplet: 9F, 7C and CA. RGB value is (159,124,202). Sum of RGB (Red+Green+Blue) = 159+124+202=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F7CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CCA is #608335. Grayscale: #8F8F8F. Windows color (decimal): -6325046 or 13270175. OLE color: 13270175.

HSL color Cylindrical-coordinate representation of color #9F7CCA: hue angle of 266.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F7CCA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 124 202 -
CMYK 0.21 0.39 0 0.21
HSL 266.92º 0.42% 0.64% -
HSV(B) 266.92º 0.39% 0.79% -
XYZ 32.17 26.05 59.21 -
YUV 143.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 159 124 202 0.21 0.39 0 0.21 266.92 0.42 0.64
Hex 9F 7C CA 15 27 0 15 10B 2A 40
Octal 237 174 312 25 47 0 25 413 52 100
Binary 10011111 1111100 11001010 10101 100111 0 10101 100001011 101010 1000000

Color Harmonies of #9F7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CCA

Black with #9F7CCA

Text Example


Text Example

White with #9F7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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