Html Css Color HEX #8A62DD Medium Purple

📋 copy color: '#8A62DD'

red 138 ◦ green 98 ◦ blue 221

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

Shades of Medium Purple #8A62DD

Tints of Medium Purple #8A62DD

RGB

 RED value IS 138 (54.3% from 255) = 30.2%

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

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

R = 30.2%
G = 21.44%
B = 48.36%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A62DD (or 0x8A62DD) is known color: Medium Purple. HEX triplet: 8A, 62 and DD. RGB value is (138,98,221). Sum of RGB (Red+Green+Blue) = 138+98+221=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62DD is #759D22. Grayscale: #7B7B7B. Windows color (decimal): -7707939 or 14508682. OLE color: 14508682.

HSL color Cylindrical-coordinate representation of color #8A62DD: hue angle of 259.51º 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 #8A62DD is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 98 221 -
CMYK 0.38 0.56 0 0.13
HSL 259.51º 0.64% 0.63% -
HSV(B) 259.51º 0.56% 0.87% -
XYZ 27.9 19.36 70.67 -
YUV 123.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 138 98 221 0.38 0.56 0 0.13 259.51 0.64 0.63
Hex 8A 62 DD 26 38 0 D 104 40 3F
Octal 212 142 335 46 70 0 15 404 100 77
Binary 10001010 1100010 11011101 100110 111000 0 1101 100000100 1000000 111111

Color Harmonies of #8A62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A62DD

Black with #8A62DD

Text Example


Text Example

White with #8A62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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