Html Css Color HEX #8A62DF Medium Purple

📋 copy color: '#8A62DF'

red 138 ◦ green 98 ◦ blue 223

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

Shades of Medium Purple #8A62DF

Tints of Medium Purple #8A62DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 30.07%
G = 21.35%
B = 48.58%

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

#8A62DF (or 0x8A62DF) is known color: Medium Purple. HEX triplet: 8A, 62 and DF. RGB value is (138,98,223). Sum of RGB (Red+Green+Blue) = 138+98+223=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A62DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62DF is #759D20. Grayscale: #7B7B7B. Windows color (decimal): -7707937 or 14639754. OLE color: 14639754.

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

Color convert

RGB 138 98 223 -
CMYK 0.38 0.56 0 0.13
HSL 259.2º 0.66% 0.63% -
HSV(B) 259.2º 0.56% 0.87% -
XYZ 28.17 19.47 72.08 -
YUV 124.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 138 98 223 0.38 0.56 0 0.13 259.2 0.66 0.63
Hex 8A 62 DF 26 38 0 D 103 42 3F
Octal 212 142 337 46 70 0 15 403 102 77
Binary 10001010 1100010 11011111 100110 111000 0 1101 100000011 1000010 111111

Color Harmonies of #8A62DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A62DF

Black with #8A62DF

Text Example


Text Example

White with #8A62DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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