#9B92BE

Color #9B92BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9B92BE

Tints of Cold Purple #9B92BE

Color information

#9B92BE (or 0x9B92BE) is unknown color: approx Cold Purple. HEX triplet: 9B, 92 and BE. RGB value is (155,146,190). Sum of RGB (Red+Green+Blue) = 155+146+190=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92BE is #646D41. Grayscale: #999999. Windows color (decimal): -6581570 or 12489371. OLE color: 12489371.

HSL color Cylindrical-coordinate representation of color #9B92BE: hue angle of 252.27º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B92BE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155146190-
CMYK0.180.2300.25
HSL252.27º25.29%65.88%-
HSV(B)252.27º23.16%74.51%-
XYZ33.0931.2453-
YUV153.71148.48128.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=31.57%
G=29.74%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551461900.180.2300.25252.2725.2965.88
Hex9B92BE1217019fc1942
Octal233222276222703137431102
Binary100110111001001010111110100101011101100111111100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B92BE; }

 p { color: rgb(155,146,190); }

 H1.HeaderClassName
 {
   color: #9B92BE;
 }
 .AnyTagClassName
 {
   color: #9B92BE;
 }
</style>
background-color css

<style>
 a { background-color: #9B92BE; }

 a { background-color: rgb(155,146,190); }

 div.DivClassName
 {
   background-color: #9B92BE;
 }
 .BgClassName
 {
   background-color: #9B92BE;
 }
</style>
border-color css

<style>
 span { border-color: #9B92BE; }

 span { border-color: rgb(155,146,190); }

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