Html Css Color HEX #8A0680 Purple

📋 copy color: '#8A0680'

red 138 ◦ green 6 ◦ blue 128

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

Shades of Purple #8A0680

Tints of Purple #8A0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 50.74%
G = 2.21%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A0680 (or 0x8A0680) is known color: Purple. HEX triplet: 8A, 06 and 80. RGB value is (138,6,128). Sum of RGB (Red+Green+Blue) = 138+6+128=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0680 is #75F97F. Grayscale: #3B3B3B. Windows color (decimal): -7731584 or 8390282. OLE color: 8390282.

HSL color Cylindrical-coordinate representation of color #8A0680: hue angle of 304.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0680 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 6 128 -
CMYK 0 0.96 0.07 0.46
HSL 304.55º 0.92% 0.28% -
HSV(B) 304.55º 0.96% 0.54% -
XYZ 14.44 7.09 21.03 -
YUV 59.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 138 6 128 0 0.96 0.07 0.46 304.55 0.92 0.28
Hex 8A 6 80 0 60 7 2E 131 5C 1C
Octal 212 6 200 0 140 7 56 461 134 34
Binary 10001010 110 10000000 0 1100000 111 101110 100110001 1011100 11100

Color Harmonies of #8A0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0680

Black with #8A0680

Text Example


Text Example

White with #8A0680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,6,128); }

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

background-color css

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

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

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

border-color css

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

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

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