Html Css Color HEX #957ADC Medium Purple

📋 copy color: '#957ADC'

red 149 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #957ADC

Tints of Medium Purple #957ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 30.35%
G = 24.85%
B = 44.81%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#957ADC (or 0x957ADC) is known color: Medium Purple. HEX triplet: 95, 7A and DC. RGB value is (149,122,220). Sum of RGB (Red+Green+Blue) = 149+122+220=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #957ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ADC is #6A8523. Grayscale: #8C8C8C. Windows color (decimal): -6980900 or 14449301. OLE color: 14449301.

HSL color Cylindrical-coordinate representation of color #957ADC: hue angle of 256.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #957ADC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 122 220 -
CMYK 0.32 0.45 0 0.14
HSL 256.53º 0.58% 0.67% -
HSV(B) 256.53º 0.45% 0.86% -
XYZ 32.27 25.48 70.93 -
YUV 141.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 149 122 220 0.32 0.45 0 0.14 256.53 0.58 0.67
Hex 95 7A DC 20 2D 0 E 101 3A 43
Octal 225 172 334 40 55 0 16 401 72 103
Binary 10010101 1111010 11011100 100000 101101 0 1110 100000001 111010 1000011

Color Harmonies of #957ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ADC

Black with #957ADC

Text Example


Text Example

White with #957ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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