Html Css Color HEX #9166DA Medium Purple

📋 copy color: '#9166DA'

red 145 ◦ green 102 ◦ blue 218

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

Shades of Medium Purple #9166DA

Tints of Medium Purple #9166DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 31.18%
G = 21.94%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9166DA (or 0x9166DA) is known color: Medium Purple. HEX triplet: 91, 66 and DA. RGB value is (145,102,218). Sum of RGB (Red+Green+Blue) = 145+102+218=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #9166DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166DA is #6E9925. Grayscale: #7F7F7F. Windows color (decimal): -7248166 or 14313105. OLE color: 14313105.

HSL color Cylindrical-coordinate representation of color #9166DA: hue angle of 262.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9166DA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 102 218 -
CMYK 0.33 0.53 0 0.15
HSL 262.24º 0.61% 0.63% -
HSV(B) 262.24º 0.53% 0.85% -
XYZ 29.08 20.58 68.77 -
YUV 128.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 145 102 218 0.33 0.53 0 0.15 262.24 0.61 0.63
Hex 91 66 DA 21 35 0 F 106 3D 3F
Octal 221 146 332 41 65 0 17 406 75 77
Binary 10010001 1100110 11011010 100001 110101 0 1111 100000110 111101 111111

Color Harmonies of #9166DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166DA

Black with #9166DA

Text Example


Text Example

White with #9166DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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