Html Css Color HEX #957BE1 Medium Purple

📋 copy color: '#957BE1'

red 149 ◦ green 123 ◦ blue 225

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

Shades of Medium Purple #957BE1

Tints of Medium Purple #957BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.75%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 29.98%
G = 24.75%
B = 45.27%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#957BE1 (or 0x957BE1) is known color: Medium Purple. HEX triplet: 95, 7B and E1. RGB value is (149,123,225). Sum of RGB (Red+Green+Blue) = 149+123+225=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #957BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BE1 is #6A841E. Grayscale: #8E8E8E. Windows color (decimal): -6980639 or 14777237. OLE color: 14777237.

HSL color Cylindrical-coordinate representation of color #957BE1: hue angle of 255.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957BE1 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 123 225 -
CMYK 0.34 0.45 0 0.12
HSL 255.29º 0.63% 0.68% -
HSV(B) 255.29º 0.45% 0.88% -
XYZ 33.07 25.99 74.51 -
YUV 142.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 149 123 225 0.34 0.45 0 0.12 255.29 0.63 0.68
Hex 95 7B E1 22 2D 0 C FF 3F 44
Octal 225 173 341 42 55 0 14 377 77 104
Binary 10010101 1111011 11100001 100010 101101 0 1100 11111111 111111 1000100

Color Harmonies of #957BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BE1

Black with #957BE1

Text Example


Text Example

White with #957BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,225); }

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

background-color css

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

 a { background-color: rgb(149,123,225); }

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

border-color css

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

 span { border-color: rgb(149,123,225); }

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