Html Css Color HEX #9952C1 Deep Lilac

📋 copy color: '#9952C1'

red 153 ◦ green 82 ◦ blue 193

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

Shades of Deep Lilac #9952C1

Tints of Deep Lilac #9952C1

RGB

 RED value IS 153 (60.16% from 255) = 35.75%

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

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 35.75%
G = 19.16%
B = 45.09%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9952C1 (or 0x9952C1) is known color: Deep Lilac. HEX triplet: 99, 52 and C1. RGB value is (153,82,193). Sum of RGB (Red+Green+Blue) = 153+82+193=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9952C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952C1 is #66AD3E. Grayscale: #737373. Windows color (decimal): -6729023 or 12669593. OLE color: 12669593.

HSL color Cylindrical-coordinate representation of color #9952C1: hue angle of 278.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9952C1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 82 193 -
CMYK 0.21 0.58 0 0.24
HSL 278.38º 0.47% 0.54% -
HSV(B) 278.38º 0.58% 0.76% -
XYZ 25.78 16.66 52.31 -
YUV 115.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 153 82 193 0.21 0.58 0 0.24 278.38 0.47 0.54
Hex 99 52 C1 15 3A 0 18 116 2F 36
Octal 231 122 301 25 72 0 30 426 57 66
Binary 10011001 1010010 11000001 10101 111010 0 11000 100010110 101111 110110

Color Harmonies of #9952C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952C1

Black with #9952C1

Text Example


Text Example

White with #9952C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9952C1; }

 p { color: rgb(153,82,193); }

 H1.HeaderClassName
 {
   color: #9952C1;
 }
 .AnyTagClassName
 {
   color: #9952C1;
 }
</style>

background-color css

<style>
 a { background-color: #9952C1; }

 a { background-color: rgb(153,82,193); }

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

border-color css

<style>
 span { border-color: #9952C1; }

 span { border-color: rgb(153,82,193); }

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