Html Css Color HEX #9162D9 Medium Purple

📋 copy color: '#9162D9'

red 145 ◦ green 98 ◦ blue 217

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

Shades of Medium Purple #9162D9

Tints of Medium Purple #9162D9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 217 (85.16% from 255) = 47.17%

R = 31.52%
G = 21.3%
B = 47.17%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9162D9 (or 0x9162D9) is known color: Medium Purple. HEX triplet: 91, 62 and D9. RGB value is (145,98,217). Sum of RGB (Red+Green+Blue) = 145+98+217=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #9162D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9162D9 is #6E9D26. Grayscale: #7D7D7D. Windows color (decimal): -7249191 or 14246545. OLE color: 14246545.

HSL color Cylindrical-coordinate representation of color #9162D9: hue angle of 263.7º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9162D9 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 98 217 -
CMYK 0.33 0.55 0 0.15
HSL 263.7º 0.61% 0.62% -
HSV(B) 263.7º 0.55% 0.85% -
XYZ 28.57 19.76 67.95 -
YUV 125.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 145 98 217 0.33 0.55 0 0.15 263.7 0.61 0.62
Hex 91 62 D9 21 37 0 F 108 3D 3E
Octal 221 142 331 41 67 0 17 410 75 76
Binary 10010001 1100010 11011001 100001 110111 0 1111 100001000 111101 111110

Color Harmonies of #9162D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9162D9

Black with #9162D9

Text Example


Text Example

White with #9162D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9162D9; }

 p { color: rgb(145,98,217); }

 H1.HeaderClassName
 {
   color: #9162D9;
 }
 .AnyTagClassName
 {
   color: #9162D9;
 }
</style>

background-color css

<style>
 a { background-color: #9162D9; }

 a { background-color: rgb(145,98,217); }

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

border-color css

<style>
 span { border-color: #9162D9; }

 span { border-color: rgb(145,98,217); }

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