Html Css Color HEX #8362DB Medium Purple

📋 copy color: '#8362DB'

red 131 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #8362DB

Tints of Medium Purple #8362DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.88%

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

R = 29.24%
G = 21.88%
B = 48.88%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8362DB (or 0x8362DB) is known color: Medium Purple. HEX triplet: 83, 62 and DB. RGB value is (131,98,219). Sum of RGB (Red+Green+Blue) = 131+98+219=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8362DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362DB is #7C9D24. Grayscale: #797979. Windows color (decimal): -8166693 or 14377603. OLE color: 14377603.

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

Color convert

RGB 131 98 219 -
CMYK 0.40 0.55 0 0.14
HSL 256.36º 0.63% 0.62% -
HSV(B) 256.36º 0.55% 0.86% -
XYZ 26.51 18.68 69.23 -
YUV 121.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 131 98 219 0.40 0.55 0 0.14 256.36 0.63 0.62
Hex 83 62 DB 28 37 0 E 100 3F 3E
Octal 203 142 333 50 67 0 16 400 77 76
Binary 10000011 1100010 11011011 101000 110111 0 1110 100000000 111111 111110

Color Harmonies of #8362DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362DB

Black with #8362DB

Text Example


Text Example

White with #8362DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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