Html Css Color HEX #9166EE Medium Purple

📋 copy color: '#9166EE'

red 145 ◦ green 102 ◦ blue 238

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

Shades of Medium Purple #9166EE

Tints of Medium Purple #9166EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 29.9%
G = 21.03%
B = 49.07%

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

#9166EE (or 0x9166EE) is known color: Medium Purple. HEX triplet: 91, 66 and EE. RGB value is (145,102,238). Sum of RGB (Red+Green+Blue) = 145+102+238=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #9166EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166EE is #6E9911. Grayscale: #818181. Windows color (decimal): -7248146 or 15623825. OLE color: 15623825.

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

Color convert

RGB 145 102 238 -
CMYK 0.39 0.57 0 0.07
HSL 258.97º 0.8% 0.67% -
HSV(B) 258.97º 0.57% 0.93% -
XYZ 31.86 21.7 83.4 -
YUV 130.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 145 102 238 0.39 0.57 0 0.07 258.97 0.8 0.67
Hex 91 66 EE 27 39 0 7 103 50 43
Octal 221 146 356 47 71 0 7 403 120 103
Binary 10010001 1100110 11101110 100111 111001 0 111 100000011 1010000 1000011

Color Harmonies of #9166EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166EE

Black with #9166EE

Text Example


Text Example

White with #9166EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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