Html Css Color HEX #9364DB Medium Purple

📋 copy color: '#9364DB'

red 147 ◦ green 100 ◦ blue 219

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

Shades of Medium Purple #9364DB

Tints of Medium Purple #9364DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 31.55%
G = 21.46%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9364DB (or 0x9364DB) is known color: Medium Purple. HEX triplet: 93, 64 and DB. RGB value is (147,100,219). Sum of RGB (Red+Green+Blue) = 147+100+219=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #9364DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364DB is #6C9B24. Grayscale: #7F7F7F. Windows color (decimal): -7117605 or 14378131. OLE color: 14378131.

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

Color convert

RGB 147 100 219 -
CMYK 0.33 0.54 0 0.14
HSL 263.7º 0.62% 0.63% -
HSV(B) 263.7º 0.54% 0.86% -
XYZ 29.38 20.43 69.41 -
YUV 127.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 147 100 219 0.33 0.54 0 0.14 263.7 0.62 0.63
Hex 93 64 DB 21 36 0 E 108 3E 3F
Octal 223 144 333 41 66 0 16 410 76 77
Binary 10010011 1100100 11011011 100001 110110 0 1110 100001000 111110 111111

Color Harmonies of #9364DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364DB

Black with #9364DB

Text Example


Text Example

White with #9364DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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