Html Css Color HEX #8A0C7E Purple

📋 copy color: '#8A0C7E'

red 138 ◦ green 12 ◦ blue 126

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

Shades of Purple #8A0C7E

Tints of Purple #8A0C7E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 50%
G = 4.35%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A0C7E (or 0x8A0C7E) is known color: Purple. HEX triplet: 8A, 0C and 7E. RGB value is (138,12,126). Sum of RGB (Red+Green+Blue) = 138+12+126=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C7E is #75F381. Grayscale: #3E3E3E. Windows color (decimal): -7730050 or 8260746. OLE color: 8260746.

HSL color Cylindrical-coordinate representation of color #8A0C7E: hue angle of 305.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C7E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 12 126 -
CMYK 0 0.91 0.09 0.46
HSL 305.71º 0.84% 0.29% -
HSV(B) 305.71º 0.91% 0.54% -
XYZ 14.38 7.17 20.37 -
YUV 62.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 138 12 126 0 0.91 0.09 0.46 305.71 0.84 0.29
Hex 8A C 7E 0 5B 9 2E 132 54 1D
Octal 212 14 176 0 133 11 56 462 124 35
Binary 10001010 1100 1111110 0 1011011 1001 101110 100110010 1010100 11101

Color Harmonies of #8A0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C7E

Black with #8A0C7E

Text Example


Text Example

White with #8A0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,12,126); }

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

background-color css

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

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

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

border-color css

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

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

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