Html Css Color HEX #9262BB Deep Lilac

📋 copy color: '#9262BB'

red 146 ◦ green 98 ◦ blue 187

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

Shades of Deep Lilac #9262BB

Tints of Deep Lilac #9262BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.74%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 33.87%
G = 22.74%
B = 43.39%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9262BB (or 0x9262BB) is known color: Deep Lilac. HEX triplet: 92, 62 and BB. RGB value is (146,98,187). Sum of RGB (Red+Green+Blue) = 146+98+187=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #9262BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262BB is #6D9D44. Grayscale: #7A7A7A. Windows color (decimal): -7183685 or 12280466. OLE color: 12280466.

HSL color Cylindrical-coordinate representation of color #9262BB: hue angle of 272.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9262BB is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 98 187 -
CMYK 0.22 0.48 0 0.27
HSL 272.36º 0.4% 0.56% -
HSV(B) 272.36º 0.48% 0.73% -
XYZ 25.19 18.43 49.24 -
YUV 122.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 146 98 187 0.22 0.48 0 0.27 272.36 0.4 0.56
Hex 92 62 BB 16 30 0 1B 110 28 38
Octal 222 142 273 26 60 0 33 420 50 70
Binary 10010010 1100010 10111011 10110 110000 0 11011 100010000 101000 111000

Color Harmonies of #9262BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9262BB

Black with #9262BB

Text Example


Text Example

White with #9262BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9262BB; }

 p { color: rgb(146,98,187); }

 H1.HeaderClassName
 {
   color: #9262BB;
 }
 .AnyTagClassName
 {
   color: #9262BB;
 }
</style>

background-color css

<style>
 a { background-color: #9262BB; }

 a { background-color: rgb(146,98,187); }

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

border-color css

<style>
 span { border-color: #9262BB; }

 span { border-color: rgb(146,98,187); }

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