Html Css Color HEX #916ADB Medium Purple

📋 copy color: '#916ADB'

red 145 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #916ADB

Tints of Medium Purple #916ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 30.85%
G = 22.55%
B = 46.6%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#916ADB (or 0x916ADB) is known color: Medium Purple. HEX triplet: 91, 6A and DB. RGB value is (145,106,219). Sum of RGB (Red+Green+Blue) = 145+106+219=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #916ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ADB is #6E9524. Grayscale: #828282. Windows color (decimal): -7247141 or 14379665. OLE color: 14379665.

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

Color convert

RGB 145 106 219 -
CMYK 0.34 0.52 0 0.14
HSL 260.71º 0.61% 0.64% -
HSV(B) 260.71º 0.52% 0.86% -
XYZ 29.62 21.44 69.6 -
YUV 130.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 145 106 219 0.34 0.52 0 0.14 260.71 0.61 0.64
Hex 91 6A DB 22 34 0 E 105 3D 40
Octal 221 152 333 42 64 0 16 405 75 100
Binary 10010001 1101010 11011011 100010 110100 0 1110 100000101 111101 1000000

Color Harmonies of #916ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916ADB

Black with #916ADB

Text Example


Text Example

White with #916ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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