Html Css Color HEX #9166DD Medium Purple

📋 copy color: '#9166DD'

red 145 ◦ green 102 ◦ blue 221

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

Shades of Medium Purple #9166DD

Tints of Medium Purple #9166DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 30.98%
G = 21.79%
B = 47.22%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9166DD (or 0x9166DD) is known color: Medium Purple. HEX triplet: 91, 66 and DD. RGB value is (145,102,221). Sum of RGB (Red+Green+Blue) = 145+102+221=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #9166DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166DD is #6E9922. Grayscale: #7F7F7F. Windows color (decimal): -7248163 or 14509713. OLE color: 14509713.

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

Color convert

RGB 145 102 221 -
CMYK 0.34 0.54 0 0.13
HSL 261.68º 0.64% 0.63% -
HSV(B) 261.68º 0.54% 0.87% -
XYZ 29.48 20.74 70.86 -
YUV 128.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 145 102 221 0.34 0.54 0 0.13 261.68 0.64 0.63
Hex 91 66 DD 22 36 0 D 106 40 3F
Octal 221 146 335 42 66 0 15 406 100 77
Binary 10010001 1100110 11011101 100010 110110 0 1101 100000110 1000000 111111

Color Harmonies of #9166DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166DD

Black with #9166DD

Text Example


Text Example

White with #9166DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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