Html Css Color HEX #9255BB Deep Lilac

📋 copy color: '#9255BB'

red 146 ◦ green 85 ◦ blue 187

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

Shades of Deep Lilac #9255BB

Tints of Deep Lilac #9255BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

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

R = 34.93%
G = 20.33%
B = 44.74%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9255BB (or 0x9255BB) is known color: Deep Lilac. HEX triplet: 92, 55 and BB. RGB value is (146,85,187). Sum of RGB (Red+Green+Blue) = 146+85+187=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #9255BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255BB is #6DAA44. Grayscale: #727272. Windows color (decimal): -7187013 or 12277138. OLE color: 12277138.

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

Color convert

RGB 146 85 187 -
CMYK 0.22 0.55 0 0.27
HSL 275.88º 0.43% 0.53% -
HSV(B) 275.88º 0.55% 0.73% -
XYZ 24.07 16.2 48.87 -
YUV 114.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 146 85 187 0.22 0.55 0 0.27 275.88 0.43 0.53
Hex 92 55 BB 16 37 0 1B 114 2B 35
Octal 222 125 273 26 67 0 33 424 53 65
Binary 10010010 1010101 10111011 10110 110111 0 11011 100010100 101011 110101

Color Harmonies of #9255BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255BB

Black with #9255BB

Text Example


Text Example

White with #9255BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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