Html Css Color HEX #957FBC Cold Purple

📋 copy color: '#957FBC'

red 149 ◦ green 127 ◦ blue 188

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

Shades of Cold Purple #957FBC

Tints of Cold Purple #957FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 32.11%
G = 27.37%
B = 40.52%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#957FBC (or 0x957FBC) is known color: Cold Purple. HEX triplet: 95, 7F and BC. RGB value is (149,127,188). Sum of RGB (Red+Green+Blue) = 149+127+188=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #957FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBC is #6A8043. Grayscale: #8C8C8C. Windows color (decimal): -6979652 or 12353429. OLE color: 12353429.

HSL color Cylindrical-coordinate representation of color #957FBC: hue angle of 261.64º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957FBC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 127 188 -
CMYK 0.21 0.32 0 0.26
HSL 261.64º 0.31% 0.62% -
HSV(B) 261.64º 0.32% 0.74% -
XYZ 29.06 25.2 50.91 -
YUV 140.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 149 127 188 0.21 0.32 0 0.26 261.64 0.31 0.62
Hex 95 7F BC 15 20 0 1A 106 1F 3E
Octal 225 177 274 25 40 0 32 406 37 76
Binary 10010101 1111111 10111100 10101 100000 0 11010 100000110 11111 111110

Color Harmonies of #957FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FBC

Black with #957FBC

Text Example


Text Example

White with #957FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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