Html Css Color HEX #958AB5 Cold Purple

📋 copy color: '#958AB5'

red 149 ◦ green 138 ◦ blue 181

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

Shades of Cold Purple #958AB5

Tints of Cold Purple #958AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 31.84%
G = 29.49%
B = 38.68%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#958AB5 (or 0x958AB5) is known color: Cold Purple. HEX triplet: 95, 8A and B5. RGB value is (149,138,181). Sum of RGB (Red+Green+Blue) = 149+138+181=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #958AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AB5 is #6A754A. Grayscale: #929292. Windows color (decimal): -6976843 or 11897493. OLE color: 11897493.

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

Color convert

RGB 149 138 181 -
CMYK 0.18 0.24 0 0.29
HSL 255.35º 0.23% 0.63% -
HSV(B) 255.35º 0.24% 0.71% -
XYZ 29.82 27.9 47.53 -
YUV 146.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 149 138 181 0.18 0.24 0 0.29 255.35 0.23 0.63
Hex 95 8A B5 12 18 0 1D FF 17 3F
Octal 225 212 265 22 30 0 35 377 27 77
Binary 10010101 10001010 10110101 10010 11000 0 11101 11111111 10111 111111

Color Harmonies of #958AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AB5

Black with #958AB5

Text Example


Text Example

White with #958AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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