Html Css Color HEX #917AD5 Medium Purple

📋 copy color: '#917AD5'

red 145 ◦ green 122 ◦ blue 213

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

Shades of Medium Purple #917AD5

Tints of Medium Purple #917AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 30.21%
G = 25.42%
B = 44.38%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#917AD5 (or 0x917AD5) is known color: Medium Purple. HEX triplet: 91, 7A and D5. RGB value is (145,122,213). Sum of RGB (Red+Green+Blue) = 145+122+213=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #917AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD5 is #6E852A. Grayscale: #8A8A8A. Windows color (decimal): -7243051 or 13990545. OLE color: 13990545.

HSL color Cylindrical-coordinate representation of color #917AD5: hue angle of 255.16º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917AD5 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 122 213 -
CMYK 0.32 0.43 0 0.16
HSL 255.16º 0.52% 0.66% -
HSV(B) 255.16º 0.43% 0.84% -
XYZ 30.65 24.74 66.11 -
YUV 139.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 145 122 213 0.32 0.43 0 0.16 255.16 0.52 0.66
Hex 91 7A D5 20 2B 0 10 FF 34 42
Octal 221 172 325 40 53 0 20 377 64 102
Binary 10010001 1111010 11010101 100000 101011 0 10000 11111111 110100 1000010

Color Harmonies of #917AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AD5

Black with #917AD5

Text Example


Text Example

White with #917AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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