#958AC9

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

Shades of Cold Purple #958AC9

Tints of Cold Purple #958AC9

Color information

#958AC9 (or 0x958AC9) is unknown color: approx Cold Purple. HEX triplet: 95, 8A and C9. RGB value is (149,138,201). Sum of RGB (Red+Green+Blue) = 149+138+201=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #958AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AC9 is #6A7536. Grayscale: #949494. Windows color (decimal): -6976823 or 13208213. OLE color: 13208213.

HSL color Cylindrical-coordinate representation of color #958AC9: hue angle of 250.48º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958AC9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149138201-
CMYK0.260.3100.21
HSL250.48º36.84%66.47%-
HSV(B)250.48º31.34%78.82%-
XYZ32.0328.7859.13-
YUV148.47157.64128.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=30.53%
G=28.28%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491382010.260.3100.21250.4836.8466.47
Hex958AC91A1F015fa2542
Octal225212311323702537245102
Binary1001010110001010110010011101011111010101111110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,201); }

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

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

 a { background-color: rgb(149,138,201); }

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

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

 span { border-color: rgb(149,138,201); }

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