Html Css Color HEX #8A0377 Purple

📋 copy color: '#8A0377'

red 138 ◦ green 3 ◦ blue 119

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

Shades of Purple #8A0377

Tints of Purple #8A0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 53.08%
G = 1.15%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A0377 (or 0x8A0377) is known color: Purple. HEX triplet: 8A, 03 and 77. RGB value is (138,3,119). Sum of RGB (Red+Green+Blue) = 138+3+119=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0377 is #75FC88. Grayscale: #383838. Windows color (decimal): -7732361 or 7799690. OLE color: 7799690.

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

Color convert

RGB 138 3 119 -
CMYK 0 0.98 0.14 0.46
HSL 308.44º 0.96% 0.28% -
HSV(B) 308.44º 0.98% 0.54% -
XYZ 13.84 6.8 18.04 -
YUV 56.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 138 3 119 0 0.98 0.14 0.46 308.44 0.96 0.28
Hex 8A 3 77 0 62 E 2E 134 60 1C
Octal 212 3 167 0 142 16 56 464 140 34
Binary 10001010 11 1110111 0 1100010 1110 101110 100110100 1100000 11100

Color Harmonies of #8A0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0377

Black with #8A0377

Text Example


Text Example

White with #8A0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,119); }

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

background-color css

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

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

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

border-color css

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

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

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