Html Css Color HEX #9253BC Deep Lilac

📋 copy color: '#9253BC'

red 146 ◦ green 83 ◦ blue 188

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

Shades of Deep Lilac #9253BC

Tints of Deep Lilac #9253BC

RGB

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

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

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

R = 35.01%
G = 19.9%
B = 45.08%

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

#9253BC (or 0x9253BC) is known color: Deep Lilac. HEX triplet: 92, 53 and BC. RGB value is (146,83,188). Sum of RGB (Red+Green+Blue) = 146+83+188=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #9253BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9253BC is #6DAC43. Grayscale: #717171. Windows color (decimal): -7187524 or 12342162. OLE color: 12342162.

HSL color Cylindrical-coordinate representation of color #9253BC: hue angle of 276º 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 #9253BC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 83 188 -
CMYK 0.22 0.56 0 0.26
HSL 276º 0.44% 0.53% -
HSV(B) 276º 0.56% 0.74% -
XYZ 24.02 15.93 49.39 -
YUV 113.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 146 83 188 0.22 0.56 0 0.26 276 0.44 0.53
Hex 92 53 BC 16 38 0 1A 114 2C 35
Octal 222 123 274 26 70 0 32 424 54 65
Binary 10010010 1010011 10111100 10110 111000 0 11010 100010100 101100 110101

Color Harmonies of #9253BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253BC

Black with #9253BC

Text Example


Text Example

White with #9253BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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