Html Css Color HEX #9260BD Deep Lilac

📋 copy color: '#9260BD'

red 146 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #9260BD

Tints of Deep Lilac #9260BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 33.87%
G = 22.27%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9260BD (or 0x9260BD) is known color: Deep Lilac. HEX triplet: 92, 60 and BD. RGB value is (146,96,189). Sum of RGB (Red+Green+Blue) = 146+96+189=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #9260BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260BD is #6D9F42. Grayscale: #797979. Windows color (decimal): -7184195 or 12411026. OLE color: 12411026.

HSL color Cylindrical-coordinate representation of color #9260BD: hue angle of 272.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9260BD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 96 189 -
CMYK 0.23 0.49 0 0.26
HSL 272.26º 0.41% 0.56% -
HSV(B) 272.26º 0.49% 0.74% -
XYZ 25.22 18.15 50.32 -
YUV 121.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 146 96 189 0.23 0.49 0 0.26 272.26 0.41 0.56
Hex 92 60 BD 17 31 0 1A 110 29 38
Octal 222 140 275 27 61 0 32 420 51 70
Binary 10010010 1100000 10111101 10111 110001 0 11010 100010000 101001 111000

Color Harmonies of #9260BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260BD

Black with #9260BD

Text Example


Text Example

White with #9260BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9260BD; }

 p { color: rgb(146,96,189); }

 H1.HeaderClassName
 {
   color: #9260BD;
 }
 .AnyTagClassName
 {
   color: #9260BD;
 }
</style>

background-color css

<style>
 a { background-color: #9260BD; }

 a { background-color: rgb(146,96,189); }

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

border-color css

<style>
 span { border-color: #9260BD; }

 span { border-color: rgb(146,96,189); }

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