Html Css Color HEX #957AED Medium Purple

📋 copy color: '#957AED'

red 149 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #957AED

Tints of Medium Purple #957AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.02%

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

R = 29.33%
G = 24.02%
B = 46.65%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#957AED (or 0x957AED) is known color: Medium Purple. HEX triplet: 95, 7A and ED. RGB value is (149,122,237). Sum of RGB (Red+Green+Blue) = 149+122+237=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #957AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AED is #6A8512. Grayscale: #8E8E8E. Windows color (decimal): -6980883 or 15563413. OLE color: 15563413.

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

Color convert

RGB 149 122 237 -
CMYK 0.37 0.49 0 0.07
HSL 254.09º 0.76% 0.7% -
HSV(B) 254.09º 0.49% 0.93% -
XYZ 34.64 26.42 83.4 -
YUV 143.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 149 122 237 0.37 0.49 0 0.07 254.09 0.76 0.7
Hex 95 7A ED 25 31 0 7 FE 4C 46
Octal 225 172 355 45 61 0 7 376 114 106
Binary 10010101 1111010 11101101 100101 110001 0 111 11111110 1001100 1000110

Color Harmonies of #957AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AED

Black with #957AED

Text Example


Text Example

White with #957AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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