Html Css Color HEX #8360D4 Medium Purple

📋 copy color: '#8360D4'

red 131 ◦ green 96 ◦ blue 212

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

Shades of Medium Purple #8360D4

Tints of Medium Purple #8360D4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

 BLUE value IS 212 (83.2% from 255) = 48.29%

R = 29.84%
G = 21.87%
B = 48.29%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8360D4 (or 0x8360D4) is known color: Medium Purple. HEX triplet: 83, 60 and D4. RGB value is (131,96,212). Sum of RGB (Red+Green+Blue) = 131+96+212=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #8360D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360D4 is #7C9F2B. Grayscale: #777777. Windows color (decimal): -8167212 or 13918339. OLE color: 13918339.

HSL color Cylindrical-coordinate representation of color #8360D4: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8360D4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 96 212 -
CMYK 0.38 0.55 0 0.17
HSL 258.1º 0.57% 0.6% -
HSV(B) 258.1º 0.55% 0.83% -
XYZ 25.43 17.94 64.41 -
YUV 119.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 131 96 212 0.38 0.55 0 0.17 258.1 0.57 0.6
Hex 83 60 D4 26 37 0 11 102 39 3C
Octal 203 140 324 46 67 0 21 402 71 74
Binary 10000011 1100000 11010100 100110 110111 0 10001 100000010 111001 111100

Color Harmonies of #8360D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360D4

Black with #8360D4

Text Example


Text Example

White with #8360D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8360D4; }

 p { color: rgb(131,96,212); }

 H1.HeaderClassName
 {
   color: #8360D4;
 }
 .AnyTagClassName
 {
   color: #8360D4;
 }
</style>

background-color css

<style>
 a { background-color: #8360D4; }

 a { background-color: rgb(131,96,212); }

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

border-color css

<style>
 span { border-color: #8360D4; }

 span { border-color: rgb(131,96,212); }

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