#8358DC

Color #8358DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8358DC

Tints of Medium Purple #8358DC

Color information

#8358DC (or 0x8358DC) is unknown color: approx Medium Purple. HEX triplet: 83, 58 and DC. RGB value is (131,88,220). Sum of RGB (Red+Green+Blue) = 131+88+220=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8358DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358DC is #7CA723. Grayscale: #737373. Windows color (decimal): -8169252 or 14440579. OLE color: 14440579.

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

Color convert

RGB13188220-
CMYK0.400.600.14
HSL259.55º65.35%60.39%-
HSV(B)259.55º60%86.27%-
XYZ25.7716.9769.63-
YUV115.9186.75138.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=29.84%
G=20.05%
B=50.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131882200.400.600.14259.5565.3560.39
Hex8358DC283C0E104413c
Octal203130334507401640410174
Binary10000011101100011011100101000111100011101000001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8358DC;
 }
 .AnyTagClassName
 {
   color: #8358DC;
 }
</style>
background-color css

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

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

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

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

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

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