Html Css Color HEX #8366D7 Medium Purple

📋 copy color: '#8366D7'

red 131 ◦ green 102 ◦ blue 215

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

Shades of Medium Purple #8366D7

Tints of Medium Purple #8366D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 29.24%
G = 22.77%
B = 47.99%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8366D7 (or 0x8366D7) is known color: Medium Purple. HEX triplet: 83, 66 and D7. RGB value is (131,102,215). Sum of RGB (Red+Green+Blue) = 131+102+215=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #8366D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366D7 is #7C9928. Grayscale: #7B7B7B. Windows color (decimal): -8165673 or 14116483. OLE color: 14116483.

HSL color Cylindrical-coordinate representation of color #8366D7: hue angle of 255.4º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8366D7 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 102 215 -
CMYK 0.39 0.53 0 0.16
HSL 255.4º 0.59% 0.62% -
HSV(B) 255.4º 0.53% 0.84% -
XYZ 26.38 19.23 66.61 -
YUV 123.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 131 102 215 0.39 0.53 0 0.16 255.4 0.59 0.62
Hex 83 66 D7 27 35 0 10 FF 3B 3E
Octal 203 146 327 47 65 0 20 377 73 76
Binary 10000011 1100110 11010111 100111 110101 0 10000 11111111 111011 111110

Color Harmonies of #8366D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366D7

Black with #8366D7

Text Example


Text Example

White with #8366D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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