Html Css Color HEX #9253BF Deep Lilac

📋 copy color: '#9253BF'

red 146 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #9253BF

Tints of Deep Lilac #9253BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 34.76%
G = 19.76%
B = 45.48%

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

#9253BF (or 0x9253BF) is known color: Deep Lilac. HEX triplet: 92, 53 and BF. RGB value is (146,83,191). Sum of RGB (Red+Green+Blue) = 146+83+191=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9253BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253BF is #6DAC40. Grayscale: #717171. Windows color (decimal): -7187521 or 12538770. OLE color: 12538770.

HSL color Cylindrical-coordinate representation of color #9253BF: hue angle of 275º 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 #9253BF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 83 191 -
CMYK 0.24 0.57 0 0.25
HSL 275º 0.46% 0.54% -
HSV(B) 275º 0.57% 0.75% -
XYZ 24.35 16.06 51.11 -
YUV 114.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 146 83 191 0.24 0.57 0 0.25 275 0.46 0.54
Hex 92 53 BF 18 39 0 19 113 2E 36
Octal 222 123 277 30 71 0 31 423 56 66
Binary 10010010 1010011 10111111 11000 111001 0 11001 100010011 101110 110110

Color Harmonies of #9253BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253BF

Black with #9253BF

Text Example


Text Example

White with #9253BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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