Html Css Color HEX #957BEB Medium Purple

📋 copy color: '#957BEB'

red 149 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #957BEB

Tints of Medium Purple #957BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 29.39%
G = 24.26%
B = 46.35%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#957BEB (or 0x957BEB) is known color: Medium Purple. HEX triplet: 95, 7B and EB. RGB value is (149,123,235). Sum of RGB (Red+Green+Blue) = 149+123+235=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #957BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BEB is #6A8414. Grayscale: #8F8F8F. Windows color (decimal): -6980629 or 15432597. OLE color: 15432597.

HSL color Cylindrical-coordinate representation of color #957BEB: hue angle of 253.93º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957BEB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 123 235 -
CMYK 0.37 0.48 0 0.08
HSL 253.93º 0.74% 0.7% -
HSV(B) 253.93º 0.48% 0.92% -
XYZ 34.47 26.55 81.91 -
YUV 143.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 149 123 235 0.37 0.48 0 0.08 253.93 0.74 0.7
Hex 95 7B EB 25 30 0 8 FE 4A 46
Octal 225 173 353 45 60 0 10 376 112 106
Binary 10010101 1111011 11101011 100101 110000 0 1000 11111110 1001010 1000110

Color Harmonies of #957BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BEB

Black with #957BEB

Text Example


Text Example

White with #957BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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