Html Css Color HEX #957AD5 Medium Purple

📋 copy color: '#957AD5'

red 149 ◦ green 122 ◦ blue 213

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

Shades of Medium Purple #957AD5

Tints of Medium Purple #957AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 30.79%
G = 25.21%
B = 44.01%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#957AD5 (or 0x957AD5) is known color: Medium Purple. HEX triplet: 95, 7A and D5. RGB value is (149,122,213). Sum of RGB (Red+Green+Blue) = 149+122+213=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #957AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AD5 is #6A852A. Grayscale: #8C8C8C. Windows color (decimal): -6980907 or 13990549. OLE color: 13990549.

HSL color Cylindrical-coordinate representation of color #957AD5: hue angle of 257.8º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957AD5 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 122 213 -
CMYK 0.30 0.43 0 0.16
HSL 257.8º 0.52% 0.66% -
HSV(B) 257.8º 0.43% 0.84% -
XYZ 31.36 25.11 66.14 -
YUV 140.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 149 122 213 0.30 0.43 0 0.16 257.8 0.52 0.66
Hex 95 7A D5 1E 2B 0 10 102 34 42
Octal 225 172 325 36 53 0 20 402 64 102
Binary 10010101 1111010 11010101 11110 101011 0 10000 100000010 110100 1000010

Color Harmonies of #957AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AD5

Black with #957AD5

Text Example


Text Example

White with #957AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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