Html Css Color HEX #957FBF Cold Purple

📋 copy color: '#957FBF'

red 149 ◦ green 127 ◦ blue 191

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

Shades of Cold Purple #957FBF

Tints of Cold Purple #957FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

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

R = 31.91%
G = 27.19%
B = 40.9%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#957FBF (or 0x957FBF) is known color: Cold Purple. HEX triplet: 95, 7F and BF. RGB value is (149,127,191). Sum of RGB (Red+Green+Blue) = 149+127+191=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #957FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBF is #6A8040. Grayscale: #8C8C8C. Windows color (decimal): -6979649 or 12550037. OLE color: 12550037.

HSL color Cylindrical-coordinate representation of color #957FBF: hue angle of 260.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957FBF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 127 191 -
CMYK 0.22 0.34 0 0.25
HSL 260.63º 0.33% 0.62% -
HSV(B) 260.63º 0.34% 0.75% -
XYZ 29.39 25.33 52.63 -
YUV 140.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 149 127 191 0.22 0.34 0 0.25 260.63 0.33 0.62
Hex 95 7F BF 16 22 0 19 105 21 3E
Octal 225 177 277 26 42 0 31 405 41 76
Binary 10010101 1111111 10111111 10110 100010 0 11001 100000101 100001 111110

Color Harmonies of #957FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FBF

Black with #957FBF

Text Example


Text Example

White with #957FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957FBF; }

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

 H1.HeaderClassName
 {
   color: #957FBF;
 }
 .AnyTagClassName
 {
   color: #957FBF;
 }
</style>

background-color css

<style>
 a { background-color: #957FBF; }

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

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

border-color css

<style>
 span { border-color: #957FBF; }

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

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