Html Css Color HEX #9165DB Medium Purple

📋 copy color: '#9165DB'

red 145 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #9165DB

Tints of Medium Purple #9165DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 31.18%
G = 21.72%
B = 47.1%

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

#9165DB (or 0x9165DB) is known color: Medium Purple. HEX triplet: 91, 65 and DB. RGB value is (145,101,219). Sum of RGB (Red+Green+Blue) = 145+101+219=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9165DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165DB is #6E9A24. Grayscale: #7F7F7F. Windows color (decimal): -7248421 or 14378385. OLE color: 14378385.

HSL color Cylindrical-coordinate representation of color #9165DB: hue angle of 262.37º degrees, saturation: 0.62, 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 #9165DB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 101 219 -
CMYK 0.34 0.54 0 0.14
HSL 262.37º 0.62% 0.63% -
HSV(B) 262.37º 0.54% 0.86% -
XYZ 29.12 20.44 69.43 -
YUV 127.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 145 101 219 0.34 0.54 0 0.14 262.37 0.62 0.63
Hex 91 65 DB 22 36 0 E 106 3E 3F
Octal 221 145 333 42 66 0 16 406 76 77
Binary 10010001 1100101 11011011 100010 110110 0 1110 100000110 111110 111111

Color Harmonies of #9165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165DB

Black with #9165DB

Text Example


Text Example

White with #9165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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