Html Css Color HEX #958AAE Cold Purple

📋 copy color: '#958AAE'

red 149 ◦ green 138 ◦ blue 174

#958AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #958AAE

Tints of Cold Purple #958AAE

RGB

 RED value IS 149 (58.59% from 255) = 32.32%

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 32.32%
G = 29.93%
B = 37.74%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#958AAE (or 0x958AAE) is known color: Cold Purple. HEX triplet: 95, 8A and AE. RGB value is (149,138,174). Sum of RGB (Red+Green+Blue) = 149+138+174=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #958AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAE is #6A7551. Grayscale: #919191. Windows color (decimal): -6976850 or 11438741. OLE color: 11438741.

HSL color Cylindrical-coordinate representation of color #958AAE: hue angle of 258.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958AAE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 138 174 -
CMYK 0.14 0.21 0 0.32
HSL 258.33º 0.18% 0.61% -
HSV(B) 258.33º 0.21% 0.68% -
XYZ 29.12 27.62 43.84 -
YUV 145.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 149 138 174 0.14 0.21 0 0.32 258.33 0.18 0.61
Hex 95 8A AE E 15 0 20 102 12 3D
Octal 225 212 256 16 25 0 40 402 22 75
Binary 10010101 10001010 10101110 1110 10101 0 100000 100000010 10010 111101

Color Harmonies of #958AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AAE

Black with #958AAE

Text Example


Text Example

White with #958AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #958AAE;
 }
 .AnyTagClassName
 {
   color: #958AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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