Html Css Color HEX #957FBE Cold Purple

📋 copy color: '#957FBE'

red 149 ◦ green 127 ◦ blue 190

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

Shades of Cold Purple #957FBE

Tints of Cold Purple #957FBE

RGB

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

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

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

R = 31.97%
G = 27.25%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#957FBE (or 0x957FBE) is known color: Cold Purple. HEX triplet: 95, 7F and BE. RGB value is (149,127,190). Sum of RGB (Red+Green+Blue) = 149+127+190=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #957FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBE is #6A8041. Grayscale: #8C8C8C. Windows color (decimal): -6979650 or 12484501. OLE color: 12484501.

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

Color convert

RGB 149 127 190 -
CMYK 0.22 0.33 0 0.25
HSL 260.95º 0.33% 0.62% -
HSV(B) 260.95º 0.33% 0.75% -
XYZ 29.28 25.29 52.05 -
YUV 140.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 149 127 190 0.22 0.33 0 0.25 260.95 0.33 0.62
Hex 95 7F BE 16 21 0 19 105 21 3E
Octal 225 177 276 26 41 0 31 405 41 76
Binary 10010101 1111111 10111110 10110 100001 0 11001 100000101 100001 111110

Color Harmonies of #957FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FBE

Black with #957FBE

Text Example


Text Example

White with #957FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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