Html Css Color HEX #9253C8 Deep Lilac

📋 copy color: '#9253C8'

red 146 ◦ green 83 ◦ blue 200

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

Shades of Deep Lilac #9253C8

Tints of Deep Lilac #9253C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

 BLUE value IS 200 (78.52% from 255) = 46.62%

R = 34.03%
G = 19.35%
B = 46.62%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9253C8 (or 0x9253C8) is known color: Deep Lilac. HEX triplet: 92, 53 and C8. RGB value is (146,83,200). Sum of RGB (Red+Green+Blue) = 146+83+200=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #9253C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253C8 is #6DAC37. Grayscale: #727272. Windows color (decimal): -7187512 or 13128594. OLE color: 13128594.

HSL color Cylindrical-coordinate representation of color #9253C8: hue angle of 272.31º degrees, saturation: 0.52, 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 #9253C8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 83 200 -
CMYK 0.27 0.58 0 0.22
HSL 272.31º 0.52% 0.55% -
HSV(B) 272.31º 0.59% 0.78% -
XYZ 25.37 16.47 56.48 -
YUV 115.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 146 83 200 0.27 0.58 0 0.22 272.31 0.52 0.55
Hex 92 53 C8 1B 3A 0 16 110 34 37
Octal 222 123 310 33 72 0 26 420 64 67
Binary 10010010 1010011 11001000 11011 111010 0 10110 100010000 110100 110111

Color Harmonies of #9253C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253C8

Black with #9253C8

Text Example


Text Example

White with #9253C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9253C8; }

 p { color: rgb(146,83,200); }

 H1.HeaderClassName
 {
   color: #9253C8;
 }
 .AnyTagClassName
 {
   color: #9253C8;
 }
</style>

background-color css

<style>
 a { background-color: #9253C8; }

 a { background-color: rgb(146,83,200); }

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

border-color css

<style>
 span { border-color: #9253C8; }

 span { border-color: rgb(146,83,200); }

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