Html Css Color HEX #958AAD Cold Purple

📋 copy color: '#958AAD'

red 149 ◦ green 138 ◦ blue 173

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

Shades of Cold Purple #958AAD

Tints of Cold Purple #958AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 32.39%
G = 30%
B = 37.61%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#958AAD (or 0x958AAD) is known color: Cold Purple. HEX triplet: 95, 8A and AD. RGB value is (149,138,173). Sum of RGB (Red+Green+Blue) = 149+138+173=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #958AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAD is #6A7552. Grayscale: #919191. Windows color (decimal): -6976851 or 11373205. OLE color: 11373205.

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

Color convert

RGB 149 138 173 -
CMYK 0.14 0.20 0 0.32
HSL 258.86º 0.18% 0.61% -
HSV(B) 258.86º 0.2% 0.68% -
XYZ 29.03 27.58 43.33 -
YUV 145.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 149 138 173 0.14 0.20 0 0.32 258.86 0.18 0.61
Hex 95 8A AD E 14 0 20 103 12 3D
Octal 225 212 255 16 24 0 40 403 22 75
Binary 10010101 10001010 10101101 1110 10100 0 100000 100000011 10010 111101

Color Harmonies of #958AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AAD

Black with #958AAD

Text Example


Text Example

White with #958AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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