Html Css Color HEX #9164DD Medium Purple

📋 copy color: '#9164DD'

red 145 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #9164DD

Tints of Medium Purple #9164DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 31.12%
G = 21.46%
B = 47.42%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9164DD (or 0x9164DD) is known color: Medium Purple. HEX triplet: 91, 64 and DD. RGB value is (145,100,221). Sum of RGB (Red+Green+Blue) = 145+100+221=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #9164DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164DD is #6E9B22. Grayscale: #7E7E7E. Windows color (decimal): -7248675 or 14509201. OLE color: 14509201.

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

Color convert

RGB 145 100 221 -
CMYK 0.34 0.55 0 0.13
HSL 262.31º 0.64% 0.63% -
HSV(B) 262.31º 0.55% 0.87% -
XYZ 29.29 20.35 70.79 -
YUV 127.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 145 100 221 0.34 0.55 0 0.13 262.31 0.64 0.63
Hex 91 64 DD 22 37 0 D 106 40 3F
Octal 221 144 335 42 67 0 15 406 100 77
Binary 10010001 1100100 11011101 100010 110111 0 1101 100000110 1000000 111111

Color Harmonies of #9164DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9164DD

Black with #9164DD

Text Example


Text Example

White with #9164DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9164DD; }

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

 H1.HeaderClassName
 {
   color: #9164DD;
 }
 .AnyTagClassName
 {
   color: #9164DD;
 }
</style>

background-color css

<style>
 a { background-color: #9164DD; }

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

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

border-color css

<style>
 span { border-color: #9164DD; }

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

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