Html Css Color HEX #8A208A Dark Purple

📋 copy color: '#8A208A'

red 138 ◦ green 32 ◦ blue 138

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

Shades of Dark Purple #8A208A

Tints of Dark Purple #8A208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 44.81%
G = 10.39%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A208A (or 0x8A208A) is known color: Dark Purple. HEX triplet: 8A, 20 and 8A. RGB value is (138,32,138). Sum of RGB (Red+Green+Blue) = 138+32+138=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A208A is #75DF75. Grayscale: #4B4B4B. Windows color (decimal): -7724918 or 9052298. OLE color: 9052298.

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

Color convert

RGB 138 32 138 -
CMYK 0 0.77 0 0.46
HSL 300º 0.62% 0.33% -
HSV(B) 300º 0.77% 0.54% -
XYZ 15.59 8.27 24.82 -
YUV 75.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 138 32 138 0 0.77 0 0.46 300 0.62 0.33
Hex 8A 20 8A 0 4D 0 2E 12C 3E 21
Octal 212 40 212 0 115 0 56 454 76 41
Binary 10001010 100000 10001010 0 1001101 0 101110 100101100 111110 100001

Color Harmonies of #8A208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A208A

Black with #8A208A

Text Example


Text Example

White with #8A208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,32,138); }

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

background-color css

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

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

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

border-color css

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

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

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