Html Css Color HEX #958BB1 Cold Purple

📋 copy color: '#958BB1'

red 149 ◦ green 139 ◦ blue 177

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

Shades of Cold Purple #958BB1

Tints of Cold Purple #958BB1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 32.04%
G = 29.89%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#958BB1 (or 0x958BB1) is known color: Cold Purple. HEX triplet: 95, 8B and B1. RGB value is (149,139,177). Sum of RGB (Red+Green+Blue) = 149+139+177=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #958BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BB1 is #6A744E. Grayscale: #929292. Windows color (decimal): -6976591 or 11635605. OLE color: 11635605.

HSL color Cylindrical-coordinate representation of color #958BB1: hue angle of 255.79º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958BB1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 139 177 -
CMYK 0.16 0.21 0 0.31
HSL 255.79º 0.2% 0.62% -
HSV(B) 255.79º 0.21% 0.69% -
XYZ 29.56 28.03 45.45 -
YUV 146.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 149 139 177 0.16 0.21 0 0.31 255.79 0.2 0.62
Hex 95 8B B1 10 15 0 1F 100 14 3E
Octal 225 213 261 20 25 0 37 400 24 76
Binary 10010101 10001011 10110001 10000 10101 0 11111 100000000 10100 111110

Color Harmonies of #958BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BB1

Black with #958BB1

Text Example


Text Example

White with #958BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,177); }

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

background-color css

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

 a { background-color: rgb(149,139,177); }

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

border-color css

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

 span { border-color: rgb(149,139,177); }

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