Html Css Color HEX #917ADD Medium Purple

📋 copy color: '#917ADD'

red 145 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #917ADD

Tints of Medium Purple #917ADD

RGB

 RED value IS 145 (57.03% from 255) = 29.71%

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 29.71%
G = 25%
B = 45.29%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917ADD (or 0x917ADD) is known color: Medium Purple. HEX triplet: 91, 7A and DD. RGB value is (145,122,221). Sum of RGB (Red+Green+Blue) = 145+122+221=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #917ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADD is #6E8522. Grayscale: #8B8B8B. Windows color (decimal): -7243043 or 14514833. OLE color: 14514833.

HSL color Cylindrical-coordinate representation of color #917ADD: hue angle of 253.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917ADD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 122 221 -
CMYK 0.34 0.45 0 0.13
HSL 253.94º 0.59% 0.67% -
HSV(B) 253.94º 0.45% 0.87% -
XYZ 31.69 25.16 71.59 -
YUV 140.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 145 122 221 0.34 0.45 0 0.13 253.94 0.59 0.67
Hex 91 7A DD 22 2D 0 D FE 3B 43
Octal 221 172 335 42 55 0 15 376 73 103
Binary 10010001 1111010 11011101 100010 101101 0 1101 11111110 111011 1000011

Color Harmonies of #917ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917ADD

Black with #917ADD

Text Example


Text Example

White with #917ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917ADD; }

 p { color: rgb(145,122,221); }

 H1.HeaderClassName
 {
   color: #917ADD;
 }
 .AnyTagClassName
 {
   color: #917ADD;
 }
</style>

background-color css

<style>
 a { background-color: #917ADD; }

 a { background-color: rgb(145,122,221); }

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

border-color css

<style>
 span { border-color: #917ADD; }

 span { border-color: rgb(145,122,221); }

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