Html Css Color HEX #9253C0 Deep Lilac

📋 copy color: '#9253C0'

red 146 ◦ green 83 ◦ blue 192

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

Shades of Deep Lilac #9253C0

Tints of Deep Lilac #9253C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 34.68%
G = 19.71%
B = 45.61%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9253C0 (or 0x9253C0) is known color: Deep Lilac. HEX triplet: 92, 53 and C0. RGB value is (146,83,192). Sum of RGB (Red+Green+Blue) = 146+83+192=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #9253C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253C0 is #6DAC3F. Grayscale: #717171. Windows color (decimal): -7187520 or 12604306. OLE color: 12604306.

HSL color Cylindrical-coordinate representation of color #9253C0: hue angle of 274.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9253C0 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 83 192 -
CMYK 0.24 0.57 0 0.25
HSL 274.68º 0.46% 0.54% -
HSV(B) 274.68º 0.57% 0.75% -
XYZ 24.46 16.1 51.69 -
YUV 114.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 146 83 192 0.24 0.57 0 0.25 274.68 0.46 0.54
Hex 92 53 C0 18 39 0 19 113 2E 36
Octal 222 123 300 30 71 0 31 423 56 66
Binary 10010010 1010011 11000000 11000 111001 0 11001 100010011 101110 110110

Color Harmonies of #9253C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253C0

Black with #9253C0

Text Example


Text Example

White with #9253C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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