Html Css Color HEX #9166EA Medium Purple

📋 copy color: '#9166EA'

red 145 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #9166EA

Tints of Medium Purple #9166EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 30.15%
G = 21.21%
B = 48.65%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9166EA (or 0x9166EA) is known color: Medium Purple. HEX triplet: 91, 66 and EA. RGB value is (145,102,234). Sum of RGB (Red+Green+Blue) = 145+102+234=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #9166EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166EA is #6E9915. Grayscale: #818181. Windows color (decimal): -7248150 or 15361681. OLE color: 15361681.

HSL color Cylindrical-coordinate representation of color #9166EA: hue angle of 259.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9166EA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 102 234 -
CMYK 0.38 0.56 0 0.08
HSL 259.55º 0.76% 0.66% -
HSV(B) 259.55º 0.56% 0.92% -
XYZ 31.28 21.46 80.34 -
YUV 129.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 145 102 234 0.38 0.56 0 0.08 259.55 0.76 0.66
Hex 91 66 EA 26 38 0 8 104 4C 42
Octal 221 146 352 46 70 0 10 404 114 102
Binary 10010001 1100110 11101010 100110 111000 0 1000 100000100 1001100 1000010

Color Harmonies of #9166EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166EA

Black with #9166EA

Text Example


Text Example

White with #9166EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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