Html Css Color HEX #9F52CF Deep Lilac

📋 copy color: '#9F52CF'

red 159 ◦ green 82 ◦ blue 207

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

Shades of Deep Lilac #9F52CF

Tints of Deep Lilac #9F52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 35.49%
G = 18.3%
B = 46.21%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F52CF (or 0x9F52CF) is known color: Deep Lilac. HEX triplet: 9F, 52 and CF. RGB value is (159,82,207). Sum of RGB (Red+Green+Blue) = 159+82+207=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52CF is #60AD30. Grayscale: #767676. Windows color (decimal): -6335793 or 13587103. OLE color: 13587103.

HSL color Cylindrical-coordinate representation of color #9F52CF: hue angle of 276.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F52CF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 82 207 -
CMYK 0.23 0.60 0 0.19
HSL 276.96º 0.57% 0.57% -
HSV(B) 276.96º 0.6% 0.81% -
XYZ 28.58 17.91 60.98 -
YUV 119.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 159 82 207 0.23 0.60 0 0.19 276.96 0.57 0.57
Hex 9F 52 CF 17 3C 0 13 115 39 39
Octal 237 122 317 27 74 0 23 425 71 71
Binary 10011111 1010010 11001111 10111 111100 0 10011 100010101 111001 111001

Color Harmonies of #9F52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F52CF

Black with #9F52CF

Text Example


Text Example

White with #9F52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,82,207); }

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

background-color css

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

 a { background-color: rgb(159,82,207); }

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

border-color css

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

 span { border-color: rgb(159,82,207); }

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