Html Css Color HEX #916ADD Medium Purple

📋 copy color: '#916ADD'

red 145 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #916ADD

Tints of Medium Purple #916ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 30.72%
G = 22.46%
B = 46.82%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#916ADD (or 0x916ADD) is known color: Medium Purple. HEX triplet: 91, 6A and DD. RGB value is (145,106,221). Sum of RGB (Red+Green+Blue) = 145+106+221=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #916ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ADD is #6E9522. Grayscale: #828282. Windows color (decimal): -7247139 or 14510737. OLE color: 14510737.

HSL color Cylindrical-coordinate representation of color #916ADD: hue angle of 260.35º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916ADD is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 106 221 -
CMYK 0.34 0.52 0 0.13
HSL 260.35º 0.63% 0.64% -
HSV(B) 260.35º 0.52% 0.87% -
XYZ 29.88 21.55 70.99 -
YUV 130.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 145 106 221 0.34 0.52 0 0.13 260.35 0.63 0.64
Hex 91 6A DD 22 34 0 D 104 3F 40
Octal 221 152 335 42 64 0 15 404 77 100
Binary 10010001 1101010 11011101 100010 110100 0 1101 100000100 111111 1000000

Color Harmonies of #916ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916ADD

Black with #916ADD

Text Example


Text Example

White with #916ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916ADD; }

 p { color: rgb(145,106,221); }

 H1.HeaderClassName
 {
   color: #916ADD;
 }
 .AnyTagClassName
 {
   color: #916ADD;
 }
</style>

background-color css

<style>
 a { background-color: #916ADD; }

 a { background-color: rgb(145,106,221); }

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

border-color css

<style>
 span { border-color: #916ADD; }

 span { border-color: rgb(145,106,221); }

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