Html Css Color HEX #917ADE Medium Purple

📋 copy color: '#917ADE'

red 145 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #917ADE

Tints of Medium Purple #917ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 29.65%
G = 24.95%
B = 45.4%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#917ADE (or 0x917ADE) is known color: Medium Purple. HEX triplet: 91, 7A and DE. RGB value is (145,122,222). Sum of RGB (Red+Green+Blue) = 145+122+222=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #917ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADE is #6E8521. Grayscale: #8B8B8B. Windows color (decimal): -7243042 or 14580369. OLE color: 14580369.

HSL color Cylindrical-coordinate representation of color #917ADE: hue angle of 253.8º degrees, saturation: 0.6, 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 #917ADE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 122 222 -
CMYK 0.35 0.45 0 0.13
HSL 253.8º 0.6% 0.67% -
HSV(B) 253.8º 0.45% 0.87% -
XYZ 31.82 25.21 72.3 -
YUV 140.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 145 122 222 0.35 0.45 0 0.13 253.8 0.6 0.67
Hex 91 7A DE 23 2D 0 D FE 3C 43
Octal 221 172 336 43 55 0 15 376 74 103
Binary 10010001 1111010 11011110 100011 101101 0 1101 11111110 111100 1000011

Color Harmonies of #917ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917ADE

Black with #917ADE

Text Example


Text Example

White with #917ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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