Html Css Color HEX #9F51CA Deep Lilac

📋 copy color: '#9F51CA'

red 159 ◦ green 81 ◦ blue 202

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

Shades of Deep Lilac #9F51CA

Tints of Deep Lilac #9F51CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

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

R = 35.97%
G = 18.33%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F51CA (or 0x9F51CA) is known color: Deep Lilac. HEX triplet: 9F, 51 and CA. RGB value is (159,81,202). Sum of RGB (Red+Green+Blue) = 159+81+202=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51CA is #60AE35. Grayscale: #757575. Windows color (decimal): -6336054 or 13259167. OLE color: 13259167.

HSL color Cylindrical-coordinate representation of color #9F51CA: hue angle of 278.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F51CA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 81 202 -
CMYK 0.21 0.60 0 0.21
HSL 278.68º 0.53% 0.55% -
HSV(B) 278.68º 0.6% 0.79% -
XYZ 27.9 17.52 57.79 -
YUV 118.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 159 81 202 0.21 0.60 0 0.21 278.68 0.53 0.55
Hex 9F 51 CA 15 3C 0 15 117 35 37
Octal 237 121 312 25 74 0 25 427 65 67
Binary 10011111 1010001 11001010 10101 111100 0 10101 100010111 110101 110111

Color Harmonies of #9F51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F51CA

Black with #9F51CA

Text Example


Text Example

White with #9F51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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