Html Css Color HEX #9F78CA Lilac Bush

📋 copy color: '#9F78CA'

red 159 ◦ green 120 ◦ blue 202

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

Shades of Lilac Bush #9F78CA

Tints of Lilac Bush #9F78CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 33.06%
G = 24.95%
B = 42%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F78CA (or 0x9F78CA) is known color: Lilac Bush. HEX triplet: 9F, 78 and CA. RGB value is (159,120,202). Sum of RGB (Red+Green+Blue) = 159+120+202=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78CA is #608735. Grayscale: #8C8C8C. Windows color (decimal): -6326070 or 13269151. OLE color: 13269151.

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

Color convert

RGB 159 120 202 -
CMYK 0.21 0.41 0 0.21
HSL 268.54º 0.44% 0.63% -
HSV(B) 268.54º 0.41% 0.79% -
XYZ 31.68 25.07 59.05 -
YUV 141.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 159 120 202 0.21 0.41 0 0.21 268.54 0.44 0.63
Hex 9F 78 CA 15 29 0 15 10D 2C 3F
Octal 237 170 312 25 51 0 25 415 54 77
Binary 10011111 1111000 11001010 10101 101001 0 10101 100001101 101100 111111

Color Harmonies of #9F78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78CA

Black with #9F78CA

Text Example


Text Example

White with #9F78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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