Html Css Color HEX #917AD8 Medium Purple

📋 copy color: '#917AD8'

red 145 ◦ green 122 ◦ blue 216

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

Shades of Medium Purple #917AD8

Tints of Medium Purple #917AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 30.02%
G = 25.26%
B = 44.72%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#917AD8 (or 0x917AD8) is known color: Medium Purple. HEX triplet: 91, 7A and D8. RGB value is (145,122,216). Sum of RGB (Red+Green+Blue) = 145+122+216=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #917AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD8 is #6E8527. Grayscale: #8B8B8B. Windows color (decimal): -7243048 or 14187153. OLE color: 14187153.

HSL color Cylindrical-coordinate representation of color #917AD8: hue angle of 254.68º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917AD8 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 122 216 -
CMYK 0.33 0.44 0 0.15
HSL 254.68º 0.55% 0.66% -
HSV(B) 254.68º 0.44% 0.85% -
XYZ 31.03 24.9 68.14 -
YUV 139.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 145 122 216 0.33 0.44 0 0.15 254.68 0.55 0.66
Hex 91 7A D8 21 2C 0 F FF 37 42
Octal 221 172 330 41 54 0 17 377 67 102
Binary 10010001 1111010 11011000 100001 101100 0 1111 11111111 110111 1000010

Color Harmonies of #917AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AD8

Black with #917AD8

Text Example


Text Example

White with #917AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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