#958CBA

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

Shades of Cold Purple #958CBA

Tints of Cold Purple #958CBA

Color information

#958CBA (or 0x958CBA) is unknown color: approx Cold Purple. HEX triplet: 95, 8C and BA. RGB value is (149,140,186). Sum of RGB (Red+Green+Blue) = 149+140+186=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #958CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CBA is #6A7345. Grayscale: #939393. Windows color (decimal): -6976326 or 12225685. OLE color: 12225685.

HSL color Cylindrical-coordinate representation of color #958CBA: hue angle of 251.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958CBA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149140186-
CMYK0.200.2500.27
HSL251.74º25%63.92%-
HSV(B)251.74º24.73%72.94%-
XYZ30.6428.6950.38-
YUV147.94149.48128.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=31.37%
G=29.47%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491401860.200.2500.27251.742563.92
Hex958CBA141901Bfc1940
Octal225214272243103337431100
Binary100101011000110010111010101001100101101111111100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,186); }

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

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

 a { background-color: rgb(149,140,186); }

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

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

 span { border-color: rgb(149,140,186); }

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