Html Css Color HEX #957BED Medium Purple

📋 copy color: '#957BED'

red 149 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #957BED

Tints of Medium Purple #957BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 29.27%
G = 24.17%
B = 46.56%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#957BED (or 0x957BED) is known color: Medium Purple. HEX triplet: 95, 7B and ED. RGB value is (149,123,237). Sum of RGB (Red+Green+Blue) = 149+123+237=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #957BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BED is #6A8412. Grayscale: #8F8F8F. Windows color (decimal): -6980627 or 15563669. OLE color: 15563669.

HSL color Cylindrical-coordinate representation of color #957BED: hue angle of 253.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #957BED is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 123 237 -
CMYK 0.37 0.48 0 0.07
HSL 253.68º 0.76% 0.71% -
HSV(B) 253.68º 0.48% 0.93% -
XYZ 34.76 26.67 83.44 -
YUV 143.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 149 123 237 0.37 0.48 0 0.07 253.68 0.76 0.71
Hex 95 7B ED 25 30 0 7 FE 4C 47
Octal 225 173 355 45 60 0 7 376 114 107
Binary 10010101 1111011 11101101 100101 110000 0 111 11111110 1001100 1000111

Color Harmonies of #957BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BED

Black with #957BED

Text Example


Text Example

White with #957BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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