Html Css Color HEX #9163DF Medium Purple

📋 copy color: '#9163DF'

red 145 ◦ green 99 ◦ blue 223

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

Shades of Medium Purple #9163DF

Tints of Medium Purple #9163DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 31.05%
G = 21.2%
B = 47.75%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9163DF (or 0x9163DF) is known color: Medium Purple. HEX triplet: 91, 63 and DF. RGB value is (145,99,223). Sum of RGB (Red+Green+Blue) = 145+99+223=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9163DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163DF is #6E9C20. Grayscale: #7E7E7E. Windows color (decimal): -7248929 or 14640017. OLE color: 14640017.

HSL color Cylindrical-coordinate representation of color #9163DF: hue angle of 262.26º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9163DF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 99 223 -
CMYK 0.35 0.56 0 0.13
HSL 262.26º 0.66% 0.63% -
HSV(B) 262.26º 0.56% 0.87% -
XYZ 29.46 20.27 72.17 -
YUV 126.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 145 99 223 0.35 0.56 0 0.13 262.26 0.66 0.63
Hex 91 63 DF 23 38 0 D 106 42 3F
Octal 221 143 337 43 70 0 15 406 102 77
Binary 10010001 1100011 11011111 100011 111000 0 1101 100000110 1000010 111111

Color Harmonies of #9163DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9163DF

Black with #9163DF

Text Example


Text Example

White with #9163DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9163DF; }

 p { color: rgb(145,99,223); }

 H1.HeaderClassName
 {
   color: #9163DF;
 }
 .AnyTagClassName
 {
   color: #9163DF;
 }
</style>

background-color css

<style>
 a { background-color: #9163DF; }

 a { background-color: rgb(145,99,223); }

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

border-color css

<style>
 span { border-color: #9163DF; }

 span { border-color: rgb(145,99,223); }

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