Html Css Color HEX #9366DB Medium Purple

📋 copy color: '#9366DB'

red 147 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #9366DB

Tints of Medium Purple #9366DB

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 31.41%
G = 21.79%
B = 46.79%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9366DB (or 0x9366DB) is known color: Medium Purple. HEX triplet: 93, 66 and DB. RGB value is (147,102,219). Sum of RGB (Red+Green+Blue) = 147+102+219=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9366DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366DB is #6C9924. Grayscale: #808080. Windows color (decimal): -7117093 or 14378643. OLE color: 14378643.

HSL color Cylindrical-coordinate representation of color #9366DB: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9366DB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 102 219 -
CMYK 0.33 0.53 0 0.14
HSL 263.08º 0.62% 0.63% -
HSV(B) 263.08º 0.53% 0.86% -
XYZ 29.57 20.82 69.48 -
YUV 128.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 147 102 219 0.33 0.53 0 0.14 263.08 0.62 0.63
Hex 93 66 DB 21 35 0 E 107 3E 3F
Octal 223 146 333 41 65 0 16 407 76 77
Binary 10010011 1100110 11011011 100001 110101 0 1110 100000111 111110 111111

Color Harmonies of #9366DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366DB

Black with #9366DB

Text Example


Text Example

White with #9366DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,102,219); }

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

background-color css

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

 a { background-color: rgb(147,102,219); }

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

border-color css

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

 span { border-color: rgb(147,102,219); }

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