#958AC4

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

Shades of Cold Purple #958AC4

Tints of Cold Purple #958AC4

Color information

#958AC4 (or 0x958AC4) is unknown color: approx Cold Purple. HEX triplet: 95, 8A and C4. RGB value is (149,138,196). Sum of RGB (Red+Green+Blue) = 149+138+196=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #958AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AC4 is #6A753B. Grayscale: #939393. Windows color (decimal): -6976828 or 12880533. OLE color: 12880533.

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

Color convert

RGB149138196-
CMYK0.240.3000.23
HSL251.38º32.95%65.49%-
HSV(B)251.38º29.59%76.86%-
XYZ31.4528.5556.08-
YUV147.9155.14128.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=30.85%
G=28.57%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491381960.240.3000.23251.3832.9565.49
Hex958AC4181E017fb2141
Octal225212304303602737341101
Binary1001010110001010110001001100011110010111111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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