Html Css Color HEX #8361DB Medium Purple

📋 copy color: '#8361DB'

red 131 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #8361DB

Tints of Medium Purple #8361DB

RGB

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

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

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

R = 29.31%
G = 21.7%
B = 48.99%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8361DB (or 0x8361DB) is known color: Medium Purple. HEX triplet: 83, 61 and DB. RGB value is (131,97,219). Sum of RGB (Red+Green+Blue) = 131+97+219=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8361DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361DB is #7C9E24. Grayscale: #787878. Windows color (decimal): -8166949 or 14377347. OLE color: 14377347.

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

Color convert

RGB 131 97 219 -
CMYK 0.40 0.56 0 0.14
HSL 256.72º 0.63% 0.62% -
HSV(B) 256.72º 0.56% 0.86% -
XYZ 26.42 18.49 69.19 -
YUV 121.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 131 97 219 0.40 0.56 0 0.14 256.72 0.63 0.62
Hex 83 61 DB 28 38 0 E 101 3F 3E
Octal 203 141 333 50 70 0 16 401 77 76
Binary 10000011 1100001 11011011 101000 111000 0 1110 100000001 111111 111110

Color Harmonies of #8361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361DB

Black with #8361DB

Text Example


Text Example

White with #8361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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