Html Css Color HEX #9165EC Medium Purple

📋 copy color: '#9165EC'

red 145 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #9165EC

Tints of Medium Purple #9165EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 30.08%
G = 20.95%
B = 48.96%

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

#9165EC (or 0x9165EC) is known color: Medium Purple. HEX triplet: 91, 65 and EC. RGB value is (145,101,236). Sum of RGB (Red+Green+Blue) = 145+101+236=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #9165EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165EC is #6E9A13. Grayscale: #818181. Windows color (decimal): -7248404 or 15492497. OLE color: 15492497.

HSL color Cylindrical-coordinate representation of color #9165EC: hue angle of 259.56º degrees, saturation: 0.78, 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 #9165EC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 101 236 -
CMYK 0.39 0.57 0 0.07
HSL 259.56º 0.78% 0.66% -
HSV(B) 259.56º 0.57% 0.93% -
XYZ 31.47 21.38 81.83 -
YUV 129.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 145 101 236 0.39 0.57 0 0.07 259.56 0.78 0.66
Hex 91 65 EC 27 39 0 7 104 4E 42
Octal 221 145 354 47 71 0 7 404 116 102
Binary 10010001 1100101 11101100 100111 111001 0 111 100000100 1001110 1000010

Color Harmonies of #9165EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165EC

Black with #9165EC

Text Example


Text Example

White with #9165EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9165EC; }

 p { color: rgb(145,101,236); }

 H1.HeaderClassName
 {
   color: #9165EC;
 }
 .AnyTagClassName
 {
   color: #9165EC;
 }
</style>

background-color css

<style>
 a { background-color: #9165EC; }

 a { background-color: rgb(145,101,236); }

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

border-color css

<style>
 span { border-color: #9165EC; }

 span { border-color: rgb(145,101,236); }

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