Html Css Color HEX #8A007B Purple

📋 copy color: '#8A007B'

red 138 ◦ green 0 ◦ blue 123

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

Shades of Purple #8A007B

Tints of Purple #8A007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 52.87%
G = 0%
B = 47.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A007B (or 0x8A007B) is known color: Purple. HEX triplet: 8A, 00 and 7B. RGB value is (138,0,123). Sum of RGB (Red+Green+Blue) = 138+0+123=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007B is #75FF84. Grayscale: #363636. Windows color (decimal): -7733125 or 8061066. OLE color: 8061066.

HSL color Cylindrical-coordinate representation of color #8A007B: hue angle of 306.52º 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 #8A007B is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 0 123 -
CMYK 0 1 0.11 0.46
HSL 306.52º 1% 0.27% -
HSV(B) 306.52º 1% 0.54% -
XYZ 14.06 6.83 19.32 -
YUV 55.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 138 0 123 0 1 0.11 0.46 306.52 1 0.27
Hex 8A 0 7B 0 64 B 2E 133 64 1B
Octal 212 0 173 0 144 13 56 463 144 33
Binary 10001010 0 1111011 0 1100100 1011 101110 100110011 1100100 11011

Color Harmonies of #8A007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A007B

Black with #8A007B

Text Example


Text Example

White with #8A007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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