Html Css Color HEX #9166EF Medium Purple

📋 copy color: '#9166EF'

red 145 ◦ green 102 ◦ blue 239

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

Shades of Medium Purple #9166EF

Tints of Medium Purple #9166EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 29.84%
G = 20.99%
B = 49.18%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9166EF (or 0x9166EF) is known color: Medium Purple. HEX triplet: 91, 66 and EF. RGB value is (145,102,239). Sum of RGB (Red+Green+Blue) = 145+102+239=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #9166EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166EF is #6E9910. Grayscale: #818181. Windows color (decimal): -7248145 or 15689361. OLE color: 15689361.

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

Color convert

RGB 145 102 239 -
CMYK 0.39 0.57 0 0.06
HSL 258.83º 0.81% 0.67% -
HSV(B) 258.83º 0.57% 0.94% -
XYZ 32.01 21.75 84.17 -
YUV 130.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 145 102 239 0.39 0.57 0 0.06 258.83 0.81 0.67
Hex 91 66 EF 27 39 0 6 103 51 43
Octal 221 146 357 47 71 0 6 403 121 103
Binary 10010001 1100110 11101111 100111 111001 0 110 100000011 1010001 1000011

Color Harmonies of #9166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9166EF

Black with #9166EF

Text Example


Text Example

White with #9166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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