Html Css Color HEX #8350DB Medium Purple

📋 copy color: '#8350DB'

red 131 ◦ green 80 ◦ blue 219

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

Shades of Medium Purple #8350DB

Tints of Medium Purple #8350DB

RGB

 RED value IS 131 (51.56% from 255) = 30.47%

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 30.47%
G = 18.6%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8350DB (or 0x8350DB) is known color: Medium Purple. HEX triplet: 83, 50 and DB. RGB value is (131,80,219). Sum of RGB (Red+Green+Blue) = 131+80+219=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #8350DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350DB is #7CAF24. Grayscale: #6E6E6E. Windows color (decimal): -8171301 or 14372995. OLE color: 14372995.

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

Color convert

RGB 131 80 219 -
CMYK 0.40 0.63 0 0.14
HSL 262.01º 0.66% 0.59% -
HSV(B) 262.01º 0.63% 0.86% -
XYZ 25.01 15.68 68.73 -
YUV 111.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 131 80 219 0.40 0.63 0 0.14 262.01 0.66 0.59
Hex 83 50 DB 28 3F 0 E 106 42 3B
Octal 203 120 333 50 77 0 16 406 102 73
Binary 10000011 1010000 11011011 101000 111111 0 1110 100000110 1000010 111011

Color Harmonies of #8350DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350DB

Black with #8350DB

Text Example


Text Example

White with #8350DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,80,219); }

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

background-color css

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

 a { background-color: rgb(131,80,219); }

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

border-color css

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

 span { border-color: rgb(131,80,219); }

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