Html Css Color HEX #958DB2 Cold Purple

📋 copy color: '#958DB2'

red 149 ◦ green 141 ◦ blue 178

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

Shades of Cold Purple #958DB2

Tints of Cold Purple #958DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 31.84%
G = 30.13%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#958DB2 (or 0x958DB2) is known color: Cold Purple. HEX triplet: 95, 8D and B2. RGB value is (149,141,178). Sum of RGB (Red+Green+Blue) = 149+141+178=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #958DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DB2 is #6A724D. Grayscale: #939393. Windows color (decimal): -6976078 or 11701653. OLE color: 11701653.

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

Color convert

RGB 149 141 178 -
CMYK 0.16 0.21 0 0.30
HSL 252.97º 0.19% 0.63% -
HSV(B) 252.97º 0.21% 0.7% -
XYZ 29.96 28.65 46.07 -
YUV 147.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 149 141 178 0.16 0.21 0 0.30 252.97 0.19 0.63
Hex 95 8D B2 10 15 0 1E FD 13 3F
Octal 225 215 262 20 25 0 36 375 23 77
Binary 10010101 10001101 10110010 10000 10101 0 11110 11111101 10011 111111

Color Harmonies of #958DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DB2

Black with #958DB2

Text Example


Text Example

White with #958DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,178); }

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

background-color css

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

 a { background-color: rgb(149,141,178); }

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

border-color css

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

 span { border-color: rgb(149,141,178); }

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