Html Css Color HEX #8A297F Dark Purple

📋 copy color: '#8A297F'

red 138 ◦ green 41 ◦ blue 127

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

Shades of Dark Purple #8A297F

Tints of Dark Purple #8A297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 127 (50% from 255) = 41.5%

R = 45.1%
G = 13.4%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#8A297F (or 0x8A297F) is known color: Dark Purple. HEX triplet: 8A, 29 and 7F. RGB value is (138,41,127). Sum of RGB (Red+Green+Blue) = 138+41+127=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A297F is #75D680. Grayscale: #4F4F4F. Windows color (decimal): -7722625 or 8333706. OLE color: 8333706.

HSL color Cylindrical-coordinate representation of color #8A297F: hue angle of 306.8º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A297F is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 41 127 -
CMYK 0 0.70 0.08 0.46
HSL 306.8º 0.54% 0.35% -
HSV(B) 306.8º 0.7% 0.54% -
XYZ 15.1 8.52 20.93 -
YUV 79.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 138 41 127 0 0.70 0.08 0.46 306.8 0.54 0.35
Hex 8A 29 7F 0 46 8 2E 133 36 23
Octal 212 51 177 0 106 10 56 463 66 43
Binary 10001010 101001 1111111 0 1000110 1000 101110 100110011 110110 100011

Color Harmonies of #8A297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A297F

Black with #8A297F

Text Example


Text Example

White with #8A297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,41,127); }

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

background-color css

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

 a { background-color: rgb(138,41,127); }

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

border-color css

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

 span { border-color: rgb(138,41,127); }

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