#958BC4

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

Shades of Cold Purple #958BC4

Tints of Cold Purple #958BC4

Color information

#958BC4 (or 0x958BC4) is unknown color: approx Cold Purple. HEX triplet: 95, 8B and C4. RGB value is (149,139,196). Sum of RGB (Red+Green+Blue) = 149+139+196=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 196 - color contains mainly: blue. Hex color #958BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BC4 is #6A743B. Grayscale: #949494. Windows color (decimal): -6976572 or 12880789. OLE color: 12880789.

HSL color Cylindrical-coordinate representation of color #958BC4: hue angle of 250.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #958BC4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149139196-
CMYK0.240.2900.23
HSL250.53º32.57%65.69%-
HSV(B)250.53º29.08%76.86%-
XYZ31.5928.8456.13-
YUV148.49154.81128.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.79%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=30.79%
G=28.72%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491391960.240.2900.23250.5332.5765.69
Hex958BC4181D017fb2142
Octal225213304303502737341102
Binary1001010110001011110001001100011101010111111110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,196); }

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

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

 a { background-color: rgb(149,139,196); }

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

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

 span { border-color: rgb(149,139,196); }

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