Html Css Color HEX #8A1E82 Dark Purple

📋 copy color: '#8A1E82'

red 138 ◦ green 30 ◦ blue 130

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

Shades of Dark Purple #8A1E82

Tints of Dark Purple #8A1E82

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 46.31%
G = 10.07%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#8A1E82 (or 0x8A1E82) is known color: Dark Purple. HEX triplet: 8A, 1E and 82. RGB value is (138,30,130). Sum of RGB (Red+Green+Blue) = 138+30+130=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1E82 is #75E17D. Grayscale: #494949. Windows color (decimal): -7725438 or 8527498. OLE color: 8527498.

HSL color Cylindrical-coordinate representation of color #8A1E82: hue angle of 304.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E82 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 30 130 -
CMYK 0 0.78 0.06 0.46
HSL 304.44º 0.64% 0.33% -
HSV(B) 304.44º 0.78% 0.54% -
XYZ 14.97 7.94 21.86 -
YUV 73.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 138 30 130 0 0.78 0.06 0.46 304.44 0.64 0.33
Hex 8A 1E 82 0 4E 6 2E 130 40 21
Octal 212 36 202 0 116 6 56 460 100 41
Binary 10001010 11110 10000010 0 1001110 110 101110 100110000 1000000 100001

Color Harmonies of #8A1E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E82

Black with #8A1E82

Text Example


Text Example

White with #8A1E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,30,130); }

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

background-color css

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

 a { background-color: rgb(138,30,130); }

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

border-color css

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

 span { border-color: rgb(138,30,130); }

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