Html Css Color HEX #957DEA Medium Purple

📋 copy color: '#957DEA'

red 149 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #957DEA

Tints of Medium Purple #957DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 29.33%
G = 24.61%
B = 46.06%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#957DEA (or 0x957DEA) is known color: Medium Purple. HEX triplet: 95, 7D and EA. RGB value is (149,125,234). Sum of RGB (Red+Green+Blue) = 149+125+234=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #957DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957DEA is #6A8215. Grayscale: #909090. Windows color (decimal): -6980118 or 15367573. OLE color: 15367573.

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

Color convert

RGB 149 125 234 -
CMYK 0.36 0.47 0 0.08
HSL 253.21º 0.72% 0.7% -
HSV(B) 253.21º 0.47% 0.92% -
XYZ 34.58 27 81.23 -
YUV 144.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 149 125 234 0.36 0.47 0 0.08 253.21 0.72 0.7
Hex 95 7D EA 24 2F 0 8 FD 48 46
Octal 225 175 352 44 57 0 10 375 110 106
Binary 10010101 1111101 11101010 100100 101111 0 1000 11111101 1001000 1000110

Color Harmonies of #957DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DEA

Black with #957DEA

Text Example


Text Example

White with #957DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,234); }

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

background-color css

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

 a { background-color: rgb(149,125,234); }

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

border-color css

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

 span { border-color: rgb(149,125,234); }

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