#917ADC

Color #917ADC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #917ADC

Tints of Medium Purple #917ADC

Color information

#917ADC (or 0x917ADC) is unknown color: approx Medium Purple. HEX triplet: 91, 7A and DC. RGB value is (145,122,220). Sum of RGB (Red+Green+Blue) = 145+122+220=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #917ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ADC is #6E8523. Grayscale: #8B8B8B. Windows color (decimal): -7243044 or 14449297. OLE color: 14449297.

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

Color convert

RGB145122220-
CMYK0.340.4500.14
HSL254.08º58.33%67.06%-
HSV(B)254.08º44.55%86.27%-
XYZ31.5525.1170.89-
YUV140.05173.12131.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=29.77%
G=25.05%
B=45.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451222200.340.4500.14254.0858.3367.06
Hex917ADC222D0Efe3a43
Octal221172334425501637672103
Binary1001000111110101101110010001010110101110111111101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #917ADC;
 }
 .AnyTagClassName
 {
   color: #917ADC;
 }
</style>
background-color css

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

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

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

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

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

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