Html Css Color HEX #9361DB Medium Purple

📋 copy color: '#9361DB'

red 147 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #9361DB

Tints of Medium Purple #9361DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.95%

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

R = 31.75%
G = 20.95%
B = 47.3%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9361DB (or 0x9361DB) is known color: Medium Purple. HEX triplet: 93, 61 and DB. RGB value is (147,97,219). Sum of RGB (Red+Green+Blue) = 147+97+219=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9361DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361DB is #6C9E24. Grayscale: #7D7D7D. Windows color (decimal): -7118373 or 14377363. OLE color: 14377363.

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

Color convert

RGB 147 97 219 -
CMYK 0.33 0.56 0 0.14
HSL 264.59º 0.63% 0.62% -
HSV(B) 264.59º 0.56% 0.86% -
XYZ 29.09 19.87 69.32 -
YUV 125.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 147 97 219 0.33 0.56 0 0.14 264.59 0.63 0.62
Hex 93 61 DB 21 38 0 E 109 3F 3E
Octal 223 141 333 41 70 0 16 411 77 76
Binary 10010011 1100001 11011011 100001 111000 0 1110 100001001 111111 111110

Color Harmonies of #9361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9361DB

Black with #9361DB

Text Example


Text Example

White with #9361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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