#958AC1

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

Shades of Cold Purple #958AC1

Tints of Cold Purple #958AC1

Color information

#958AC1 (or 0x958AC1) is unknown color: approx Cold Purple. HEX triplet: 95, 8A and C1. RGB value is (149,138,193). Sum of RGB (Red+Green+Blue) = 149+138+193=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #958AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AC1 is #6A753E. Grayscale: #939393. Windows color (decimal): -6976831 or 12683925. OLE color: 12683925.

HSL color Cylindrical-coordinate representation of color #958AC1: hue angle of 252º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #958AC1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149138193-
CMYK0.230.2800.24
HSL252º30.73%64.9%-
HSV(B)252º28.5%75.69%-
XYZ31.1128.4254.3-
YUV147.56153.64129.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 138 (54.30% from 255) = 28.75%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=31.04%
G=28.75%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491381930.230.2800.2425230.7364.9
Hex958AC1171C018fc1f41
Octal225212301273403037437101
Binary100101011000101011000001101111110001100011111100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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