Html Css Color HEX #917AD4 Medium Purple

📋 copy color: '#917AD4'

red 145 ◦ green 122 ◦ blue 212

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

Shades of Medium Purple #917AD4

Tints of Medium Purple #917AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.26%

R = 30.27%
G = 25.47%
B = 44.26%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#917AD4 (or 0x917AD4) is known color: Medium Purple. HEX triplet: 91, 7A and D4. RGB value is (145,122,212). Sum of RGB (Red+Green+Blue) = 145+122+212=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 212 - color contains mainly: blue. Hex color #917AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD4 is #6E852B. Grayscale: #8A8A8A. Windows color (decimal): -7243052 or 13925009. OLE color: 13925009.

HSL color Cylindrical-coordinate representation of color #917AD4: hue angle of 255.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917AD4 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 145 122 212 -
CMYK 0.32 0.42 0 0.17
HSL 255.33º 0.51% 0.65% -
HSV(B) 255.33º 0.42% 0.83% -
XYZ 30.52 24.69 65.44 -
YUV 139.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 145 122 212 0.32 0.42 0 0.17 255.33 0.51 0.65
Hex 91 7A D4 20 2A 0 11 FF 33 41
Octal 221 172 324 40 52 0 21 377 63 101
Binary 10010001 1111010 11010100 100000 101010 0 10001 11111111 110011 1000001

Color Harmonies of #917AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AD4

Black with #917AD4

Text Example


Text Example

White with #917AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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