Html Css Color HEX #8A037B Purple

📋 copy color: '#8A037B'

red 138 ◦ green 3 ◦ blue 123

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

Shades of Purple #8A037B

Tints of Purple #8A037B

RGB

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

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

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

R = 52.27%
G = 1.14%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A037B (or 0x8A037B) is known color: Purple. HEX triplet: 8A, 03 and 7B. RGB value is (138,3,123). Sum of RGB (Red+Green+Blue) = 138+3+123=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A037B is #75FC84. Grayscale: #383838. Windows color (decimal): -7732357 or 8061834. OLE color: 8061834.

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

Color convert

RGB 138 3 123 -
CMYK 0 0.98 0.11 0.46
HSL 306.67º 0.96% 0.28% -
HSV(B) 306.67º 0.98% 0.54% -
XYZ 14.09 6.9 19.33 -
YUV 57.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 138 3 123 0 0.98 0.11 0.46 306.67 0.96 0.28
Hex 8A 3 7B 0 62 B 2E 133 60 1C
Octal 212 3 173 0 142 13 56 463 140 34
Binary 10001010 11 1111011 0 1100010 1011 101110 100110011 1100000 11100

Color Harmonies of #8A037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A037B

Black with #8A037B

Text Example


Text Example

White with #8A037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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