Html Css Color HEX #9166ED Medium Purple

📋 copy color: '#9166ED'

red 145 ◦ green 102 ◦ blue 237

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

Shades of Medium Purple #9166ED

Tints of Medium Purple #9166ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 29.96%
G = 21.07%
B = 48.97%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9166ED (or 0x9166ED) is known color: Medium Purple. HEX triplet: 91, 66 and ED. RGB value is (145,102,237). Sum of RGB (Red+Green+Blue) = 145+102+237=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #9166ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166ED is #6E9912. Grayscale: #818181. Windows color (decimal): -7248147 or 15558289. OLE color: 15558289.

HSL color Cylindrical-coordinate representation of color #9166ED: hue angle of 259.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9166ED is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 102 237 -
CMYK 0.39 0.57 0 0.07
HSL 259.11º 0.79% 0.66% -
HSV(B) 259.11º 0.57% 0.93% -
XYZ 31.71 21.64 82.63 -
YUV 130.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 145 102 237 0.39 0.57 0 0.07 259.11 0.79 0.66
Hex 91 66 ED 27 39 0 7 103 4F 42
Octal 221 146 355 47 71 0 7 403 117 102
Binary 10010001 1100110 11101101 100111 111001 0 111 100000011 1001111 1000010

Color Harmonies of #9166ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166ED

Black with #9166ED

Text Example


Text Example

White with #9166ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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