Html Css Color HEX #9152C6 Deep Lilac

📋 copy color: '#9152C6'

red 145 ◦ green 82 ◦ blue 198

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

Shades of Deep Lilac #9152C6

Tints of Deep Lilac #9152C6

RGB

 RED value IS 145 (57.03% from 255) = 34.12%

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

 BLUE value IS 198 (77.73% from 255) = 46.59%

R = 34.12%
G = 19.29%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9152C6 (or 0x9152C6) is known color: Deep Lilac. HEX triplet: 91, 52 and C6. RGB value is (145,82,198). Sum of RGB (Red+Green+Blue) = 145+82+198=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #9152C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9152C6 is #6EAD39. Grayscale: #717171. Windows color (decimal): -7253306 or 12997265. OLE color: 12997265.

HSL color Cylindrical-coordinate representation of color #9152C6: hue angle of 272.59º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9152C6 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 82 198 -
CMYK 0.27 0.59 0 0.22
HSL 272.59º 0.5% 0.55% -
HSV(B) 272.59º 0.59% 0.78% -
XYZ 24.89 16.13 55.23 -
YUV 114.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 145 82 198 0.27 0.59 0 0.22 272.59 0.5 0.55
Hex 91 52 C6 1B 3B 0 16 111 32 37
Octal 221 122 306 33 73 0 26 421 62 67
Binary 10010001 1010010 11000110 11011 111011 0 10110 100010001 110010 110111

Color Harmonies of #9152C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9152C6

Black with #9152C6

Text Example


Text Example

White with #9152C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9152C6; }

 p { color: rgb(145,82,198); }

 H1.HeaderClassName
 {
   color: #9152C6;
 }
 .AnyTagClassName
 {
   color: #9152C6;
 }
</style>

background-color css

<style>
 a { background-color: #9152C6; }

 a { background-color: rgb(145,82,198); }

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

border-color css

<style>
 span { border-color: #9152C6; }

 span { border-color: rgb(145,82,198); }

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