Html Css Color HEX #8C62DD Medium Purple

📋 copy color: '#8C62DD'

red 140 ◦ green 98 ◦ blue 221

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

Shades of Medium Purple #8C62DD

Tints of Medium Purple #8C62DD

RGB

 RED value IS 140 (55.08% from 255) = 30.5%

 GREEN value IS 98 (38.67% from 255) = 21.35%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 30.5%
G = 21.35%
B = 48.15%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C62DD (or 0x8C62DD) is known color: Medium Purple. HEX triplet: 8C, 62 and DD. RGB value is (140,98,221). Sum of RGB (Red+Green+Blue) = 140+98+221=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C62DD is #739D22. Grayscale: #7C7C7C. Windows color (decimal): -7576867 or 14508684. OLE color: 14508684.

HSL color Cylindrical-coordinate representation of color #8C62DD: hue angle of 260.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C62DD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 98 221 -
CMYK 0.37 0.56 0 0.13
HSL 260.49º 0.64% 0.63% -
HSV(B) 260.49º 0.56% 0.87% -
XYZ 28.23 19.53 70.69 -
YUV 124.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 140 98 221 0.37 0.56 0 0.13 260.49 0.64 0.63
Hex 8C 62 DD 25 38 0 D 104 40 3F
Octal 214 142 335 45 70 0 15 404 100 77
Binary 10001100 1100010 11011101 100101 111000 0 1101 100000100 1000000 111111

Color Harmonies of #8C62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C62DD

Black with #8C62DD

Text Example


Text Example

White with #8C62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C62DD; }

 p { color: rgb(140,98,221); }

 H1.HeaderClassName
 {
   color: #8C62DD;
 }
 .AnyTagClassName
 {
   color: #8C62DD;
 }
</style>

background-color css

<style>
 a { background-color: #8C62DD; }

 a { background-color: rgb(140,98,221); }

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

border-color css

<style>
 span { border-color: #8C62DD; }

 span { border-color: rgb(140,98,221); }

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