Html Css Color HEX #957AE5 Medium Purple

📋 copy color: '#957AE5'

red 149 ◦ green 122 ◦ blue 229

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

Shades of Medium Purple #957AE5

Tints of Medium Purple #957AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 29.8%
G = 24.4%
B = 45.8%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#957AE5 (or 0x957AE5) is known color: Medium Purple. HEX triplet: 95, 7A and E5. RGB value is (149,122,229). Sum of RGB (Red+Green+Blue) = 149+122+229=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #957AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AE5 is #6A851A. Grayscale: #8D8D8D. Windows color (decimal): -6980891 or 15039125. OLE color: 15039125.

HSL color Cylindrical-coordinate representation of color #957AE5: hue angle of 255.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #957AE5 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 122 229 -
CMYK 0.35 0.47 0 0.10
HSL 255.14º 0.67% 0.69% -
HSV(B) 255.14º 0.47% 0.9% -
XYZ 33.5 25.97 77.38 -
YUV 142.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 149 122 229 0.35 0.47 0 0.10 255.14 0.67 0.69
Hex 95 7A E5 23 2F 0 A FF 43 45
Octal 225 172 345 43 57 0 12 377 103 105
Binary 10010101 1111010 11100101 100011 101111 0 1010 11111111 1000011 1000101

Color Harmonies of #957AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AE5

Black with #957AE5

Text Example


Text Example

White with #957AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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