Html Css Color HEX #8354DC Medium Purple

📋 copy color: '#8354DC'

red 131 ◦ green 84 ◦ blue 220

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

Shades of Medium Purple #8354DC

Tints of Medium Purple #8354DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 30.11%
G = 19.31%
B = 50.57%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8354DC (or 0x8354DC) is known color: Medium Purple. HEX triplet: 83, 54 and DC. RGB value is (131,84,220). Sum of RGB (Red+Green+Blue) = 131+84+220=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #8354DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8354DC is #7CAB23. Grayscale: #717171. Windows color (decimal): -8170276 or 14439555. OLE color: 14439555.

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

Color convert

RGB 131 84 220 -
CMYK 0.40 0.62 0 0.14
HSL 260.74º 0.66% 0.6% -
HSV(B) 260.74º 0.62% 0.86% -
XYZ 25.45 16.33 69.52 -
YUV 113.56 188.07 140.44 -
System Red Green Blue C M Y K H S L
Decimal 131 84 220 0.40 0.62 0 0.14 260.74 0.66 0.6
Hex 83 54 DC 28 3E 0 E 105 42 3C
Octal 203 124 334 50 76 0 16 405 102 74
Binary 10000011 1010100 11011100 101000 111110 0 1110 100000101 1000010 111100

Color Harmonies of #8354DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8354DC

Black with #8354DC

Text Example


Text Example

White with #8354DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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