Html Css Color HEX #958BBF Cold Purple

📋 copy color: '#958BBF'

red 149 ◦ green 139 ◦ blue 191

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

Shades of Cold Purple #958BBF

Tints of Cold Purple #958BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 31.11%
G = 29.02%
B = 39.87%

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

#958BBF (or 0x958BBF) is known color: Cold Purple. HEX triplet: 95, 8B and BF. RGB value is (149,139,191). Sum of RGB (Red+Green+Blue) = 149+139+191=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #958BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BBF is #6A7440. Grayscale: #939393. Windows color (decimal): -6976577 or 12553109. OLE color: 12553109.

HSL color Cylindrical-coordinate representation of color #958BBF: hue angle of 251.54º degrees, saturation: 0.29, 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 #958BBF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 139 191 -
CMYK 0.22 0.27 0 0.25
HSL 251.54º 0.29% 0.65% -
HSV(B) 251.54º 0.27% 0.75% -
XYZ 31.03 28.62 53.18 -
YUV 147.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 149 139 191 0.22 0.27 0 0.25 251.54 0.29 0.65
Hex 95 8B BF 16 1B 0 19 FC 1D 41
Octal 225 213 277 26 33 0 31 374 35 101
Binary 10010101 10001011 10111111 10110 11011 0 11001 11111100 11101 1000001

Color Harmonies of #958BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BBF

Black with #958BBF

Text Example


Text Example

White with #958BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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