Html Css Color HEX #8366DB Medium Purple

📋 copy color: '#8366DB'

red 131 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #8366DB

Tints of Medium Purple #8366DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

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

R = 28.98%
G = 22.57%
B = 48.45%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8366DB (or 0x8366DB) is known color: Medium Purple. HEX triplet: 83, 66 and DB. RGB value is (131,102,219). Sum of RGB (Red+Green+Blue) = 131+102+219=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8366DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366DB is #7C9924. Grayscale: #7B7B7B. Windows color (decimal): -8165669 or 14378627. OLE color: 14378627.

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

Color convert

RGB 131 102 219 -
CMYK 0.40 0.53 0 0.14
HSL 254.87º 0.62% 0.63% -
HSV(B) 254.87º 0.53% 0.86% -
XYZ 26.9 19.44 69.35 -
YUV 124.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 131 102 219 0.40 0.53 0 0.14 254.87 0.62 0.63
Hex 83 66 DB 28 35 0 E FF 3E 3F
Octal 203 146 333 50 65 0 16 377 76 77
Binary 10000011 1100110 11011011 101000 110101 0 1110 11111111 111110 111111

Color Harmonies of #8366DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366DB

Black with #8366DB

Text Example


Text Example

White with #8366DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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