Html Css Color HEX #8A007D Purple

📋 copy color: '#8A007D'

red 138 ◦ green 0 ◦ blue 125

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

Shades of Purple #8A007D

Tints of Purple #8A007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 52.47%
G = 0%
B = 47.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A007D (or 0x8A007D) is known color: Purple. HEX triplet: 8A, 00 and 7D. RGB value is (138,0,125). Sum of RGB (Red+Green+Blue) = 138+0+125=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007D is #75FF82. Grayscale: #373737. Windows color (decimal): -7733123 or 8192138. OLE color: 8192138.

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

Color convert

RGB 138 0 125 -
CMYK 0 1 0.09 0.46
HSL 305.65º 1% 0.27% -
HSV(B) 305.65º 1% 0.54% -
XYZ 14.18 6.88 19.98 -
YUV 55.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 138 0 125 0 1 0.09 0.46 305.65 1 0.27
Hex 8A 0 7D 0 64 9 2E 132 64 1B
Octal 212 0 175 0 144 11 56 462 144 33
Binary 10001010 0 1111101 0 1100100 1001 101110 100110010 1100100 11011

Color Harmonies of #8A007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A007D

Black with #8A007D

Text Example


Text Example

White with #8A007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,125); }

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

background-color css

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

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

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

border-color css

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

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

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