Html Css Color HEX #9252BC Deep Lilac

📋 copy color: '#9252BC'

red 146 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #9252BC

Tints of Deep Lilac #9252BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 35.1%
G = 19.71%
B = 45.19%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9252BC (or 0x9252BC) is known color: Deep Lilac. HEX triplet: 92, 52 and BC. RGB value is (146,82,188). Sum of RGB (Red+Green+Blue) = 146+82+188=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9252BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252BC is #6DAD43. Grayscale: #707070. Windows color (decimal): -7187780 or 12341906. OLE color: 12341906.

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

Color convert

RGB 146 82 188 -
CMYK 0.22 0.56 0 0.26
HSL 276.23º 0.44% 0.53% -
HSV(B) 276.23º 0.56% 0.74% -
XYZ 23.95 15.78 49.36 -
YUV 113.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 146 82 188 0.22 0.56 0 0.26 276.23 0.44 0.53
Hex 92 52 BC 16 38 0 1A 114 2C 35
Octal 222 122 274 26 70 0 32 424 54 65
Binary 10010010 1010010 10111100 10110 111000 0 11010 100010100 101100 110101

Color Harmonies of #9252BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252BC

Black with #9252BC

Text Example


Text Example

White with #9252BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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