#9B92C0

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

Shades of Cold Purple #9B92C0

Tints of Cold Purple #9B92C0

Color information

#9B92C0 (or 0x9B92C0) is unknown color: approx Cold Purple. HEX triplet: 9B, 92 and C0. RGB value is (155,146,192). Sum of RGB (Red+Green+Blue) = 155+146+192=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92C0 is #646D3F. Grayscale: #999999. Windows color (decimal): -6581568 or 12620443. OLE color: 12620443.

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

Color convert

RGB155146192-
CMYK0.190.2400.25
HSL251.74º26.74%66.27%-
HSV(B)251.74º23.96%75.29%-
XYZ33.3131.3354.16-
YUV153.94149.48128.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=31.44%
G=29.61%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551461920.190.2400.25251.7426.7466.27
Hex9B92C01318019fc1b42
Octal233222300233003137433102
Binary100110111001001011000000100111100001100111111100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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