Html Css Color HEX #9165DC Medium Purple

📋 copy color: '#9165DC'

red 145 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9165DC

Tints of Medium Purple #9165DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 31.12%
G = 21.67%
B = 47.21%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9165DC (or 0x9165DC) is known color: Medium Purple. HEX triplet: 91, 65 and DC. RGB value is (145,101,220). Sum of RGB (Red+Green+Blue) = 145+101+220=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9165DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165DC is #6E9A23. Grayscale: #7F7F7F. Windows color (decimal): -7248420 or 14443921. OLE color: 14443921.

HSL color Cylindrical-coordinate representation of color #9165DC: hue angle of 262.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9165DC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 101 220 -
CMYK 0.34 0.54 0 0.14
HSL 262.18º 0.63% 0.63% -
HSV(B) 262.18º 0.54% 0.86% -
XYZ 29.25 20.49 70.12 -
YUV 127.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 145 101 220 0.34 0.54 0 0.14 262.18 0.63 0.63
Hex 91 65 DC 22 36 0 E 106 3F 3F
Octal 221 145 334 42 66 0 16 406 77 77
Binary 10010001 1100101 11011100 100010 110110 0 1110 100000110 111111 111111

Color Harmonies of #9165DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165DC

Black with #9165DC

Text Example


Text Example

White with #9165DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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