Html Css Color HEX #958BBE Cold Purple

📋 copy color: '#958BBE'

red 149 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #958BBE

Tints of Cold Purple #958BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 31.17%
G = 29.08%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#958BBE (or 0x958BBE) is known color: Cold Purple. HEX triplet: 95, 8B and BE. RGB value is (149,139,190). Sum of RGB (Red+Green+Blue) = 149+139+190=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #958BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BBE is #6A7441. Grayscale: #939393. Windows color (decimal): -6976578 or 12487573. OLE color: 12487573.

HSL color Cylindrical-coordinate representation of color #958BBE: hue angle of 251.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958BBE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 139 190 -
CMYK 0.22 0.27 0 0.25
HSL 251.76º 0.28% 0.65% -
HSV(B) 251.76º 0.27% 0.75% -
XYZ 30.92 28.57 52.6 -
YUV 147.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 149 139 190 0.22 0.27 0 0.25 251.76 0.28 0.65
Hex 95 8B BE 16 1B 0 19 FC 1C 41
Octal 225 213 276 26 33 0 31 374 34 101
Binary 10010101 10001011 10111110 10110 11011 0 11001 11111100 11100 1000001

Color Harmonies of #958BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BBE

Black with #958BBE

Text Example


Text Example

White with #958BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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