#958DBA

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

Shades of Cold Purple #958DBA

Tints of Cold Purple #958DBA

Color information

#958DBA (or 0x958DBA) is unknown color: approx Cold Purple. HEX triplet: 95, 8D and BA. RGB value is (149,141,186). Sum of RGB (Red+Green+Blue) = 149+141+186=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #958DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DBA is #6A7245. Grayscale: #949494. Windows color (decimal): -6976070 or 12225941. OLE color: 12225941.

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

Color convert

RGB149141186-
CMYK0.200.2400.27
HSL250.67º24.59%64.12%-
HSV(B)250.67º24.19%72.94%-
XYZ30.7828.9850.43-
YUV148.52149.15128.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=31.30%
G=29.62%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491411860.200.2400.27250.6724.5964.12
Hex958DBA141801Bfb1940
Octal225215272243003337331100
Binary100101011000110110111010101001100001101111111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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