Html Css Color HEX #9252BD Deep Lilac

📋 copy color: '#9252BD'

red 146 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #9252BD

Tints of Deep Lilac #9252BD

RGB

 RED value IS 146 (57.42% from 255) = 35.01%

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 35.01%
G = 19.66%
B = 45.32%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9252BD (or 0x9252BD) is known color: Deep Lilac. HEX triplet: 92, 52 and BD. RGB value is (146,82,189). Sum of RGB (Red+Green+Blue) = 146+82+189=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #9252BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252BD is #6DAD42. Grayscale: #707070. Windows color (decimal): -7187779 or 12407442. OLE color: 12407442.

HSL color Cylindrical-coordinate representation of color #9252BD: hue angle of 275.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9252BD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 82 189 -
CMYK 0.23 0.57 0 0.26
HSL 275.89º 0.45% 0.53% -
HSV(B) 275.89º 0.57% 0.74% -
XYZ 24.06 15.82 49.93 -
YUV 113.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 146 82 189 0.23 0.57 0 0.26 275.89 0.45 0.53
Hex 92 52 BD 17 39 0 1A 114 2D 35
Octal 222 122 275 27 71 0 32 424 55 65
Binary 10010010 1010010 10111101 10111 111001 0 11010 100010100 101101 110101

Color Harmonies of #9252BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252BD

Black with #9252BD

Text Example


Text Example

White with #9252BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9252BD; }

 p { color: rgb(146,82,189); }

 H1.HeaderClassName
 {
   color: #9252BD;
 }
 .AnyTagClassName
 {
   color: #9252BD;
 }
</style>

background-color css

<style>
 a { background-color: #9252BD; }

 a { background-color: rgb(146,82,189); }

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

border-color css

<style>
 span { border-color: #9252BD; }

 span { border-color: rgb(146,82,189); }

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