Html Css Color HEX #958AB3 Cold Purple

📋 copy color: '#958AB3'

red 149 ◦ green 138 ◦ blue 179

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

Shades of Cold Purple #958AB3

Tints of Cold Purple #958AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 31.97%
G = 29.61%
B = 38.41%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#958AB3 (or 0x958AB3) is known color: Cold Purple. HEX triplet: 95, 8A and B3. RGB value is (149,138,179). Sum of RGB (Red+Green+Blue) = 149+138+179=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #958AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AB3 is #6A754C. Grayscale: #919191. Windows color (decimal): -6976845 or 11766421. OLE color: 11766421.

HSL color Cylindrical-coordinate representation of color #958AB3: hue angle of 256.1º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958AB3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 138 179 -
CMYK 0.17 0.23 0 0.30
HSL 256.1º 0.21% 0.62% -
HSV(B) 256.1º 0.23% 0.7% -
XYZ 29.62 27.82 46.46 -
YUV 145.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 149 138 179 0.17 0.23 0 0.30 256.1 0.21 0.62
Hex 95 8A B3 11 17 0 1E 100 15 3E
Octal 225 212 263 21 27 0 36 400 25 76
Binary 10010101 10001010 10110011 10001 10111 0 11110 100000000 10101 111110

Color Harmonies of #958AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958AB3

Black with #958AB3

Text Example


Text Example

White with #958AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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