Html Css Color HEX #8366DC Medium Purple

📋 copy color: '#8366DC'

red 131 ◦ green 102 ◦ blue 220

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

Shades of Medium Purple #8366DC

Tints of Medium Purple #8366DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 28.92%
G = 22.52%
B = 48.57%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8366DC (or 0x8366DC) is known color: Medium Purple. HEX triplet: 83, 66 and DC. RGB value is (131,102,220). Sum of RGB (Red+Green+Blue) = 131+102+220=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8366DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366DC is #7C9923. Grayscale: #7B7B7B. Windows color (decimal): -8165668 or 14444163. OLE color: 14444163.

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

Color convert

RGB 131 102 220 -
CMYK 0.40 0.54 0 0.14
HSL 254.75º 0.63% 0.63% -
HSV(B) 254.75º 0.54% 0.86% -
XYZ 27.03 19.5 70.05 -
YUV 124.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 131 102 220 0.40 0.54 0 0.14 254.75 0.63 0.63
Hex 83 66 DC 28 36 0 E FF 3F 3F
Octal 203 146 334 50 66 0 16 377 77 77
Binary 10000011 1100110 11011100 101000 110110 0 1110 11111111 111111 111111

Color Harmonies of #8366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366DC

Black with #8366DC

Text Example


Text Example

White with #8366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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