#958DB2

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

Shades of Cold Purple #958DB2

Tints of Cold Purple #958DB2

Color information

#958DB2 (or 0x958DB2) is unknown color: approx Cold Purple. HEX triplet: 95, 8D and B2. RGB value is (149,141,178). Sum of RGB (Red+Green+Blue) = 149+141+178=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #958DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DB2 is #6A724D. Grayscale: #939393. Windows color (decimal): -6976078 or 11701653. OLE color: 11701653.

HSL color Cylindrical-coordinate representation of color #958DB2: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958DB2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB149141178-
CMYK0.160.2100.30
HSL252.97º19.37%62.55%-
HSV(B)252.97º20.79%69.8%-
XYZ29.9628.6546.07-
YUV147.61145.15128.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=31.84%
G=30.13%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491411780.160.2100.30252.9719.3762.55
Hex958DB2101501Efd133f
Octal22521526220250363752377
Binary10010101100011011011001010000101010111101111110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958DB2; }

 p { color: rgb(149,141,178); }

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

<style>
 a { background-color: #958DB2; }

 a { background-color: rgb(149,141,178); }

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

<style>
 span { border-color: #958DB2; }

 span { border-color: rgb(149,141,178); }

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