Html Css Color HEX #9263B6 Deep Lilac

📋 copy color: '#9263B6'

red 146 ◦ green 99 ◦ blue 182

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

Shades of Deep Lilac #9263B6

Tints of Deep Lilac #9263B6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

 BLUE value IS 182 (71.48% from 255) = 42.62%

R = 34.19%
G = 23.19%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9263B6 (or 0x9263B6) is known color: Deep Lilac. HEX triplet: 92, 63 and B6. RGB value is (146,99,182). Sum of RGB (Red+Green+Blue) = 146+99+182=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #9263B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263B6 is #6D9C49. Grayscale: #7A7A7A. Windows color (decimal): -7183434 or 11953042. OLE color: 11953042.

HSL color Cylindrical-coordinate representation of color #9263B6: hue angle of 273.98º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9263B6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 99 182 -
CMYK 0.20 0.46 0 0.29
HSL 273.98º 0.36% 0.55% -
HSV(B) 273.98º 0.46% 0.71% -
XYZ 24.76 18.41 46.5 -
YUV 122.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 146 99 182 0.20 0.46 0 0.29 273.98 0.36 0.55
Hex 92 63 B6 14 2E 0 1D 112 24 37
Octal 222 143 266 24 56 0 35 422 44 67
Binary 10010010 1100011 10110110 10100 101110 0 11101 100010010 100100 110111

Color Harmonies of #9263B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263B6

Black with #9263B6

Text Example


Text Example

White with #9263B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9263B6; }

 p { color: rgb(146,99,182); }

 H1.HeaderClassName
 {
   color: #9263B6;
 }
 .AnyTagClassName
 {
   color: #9263B6;
 }
</style>

background-color css

<style>
 a { background-color: #9263B6; }

 a { background-color: rgb(146,99,182); }

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

border-color css

<style>
 span { border-color: #9263B6; }

 span { border-color: rgb(146,99,182); }

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