Html Css Color HEX #8A296F Dark Purple

📋 copy color: '#8A296F'

red 138 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #8A296F

Tints of Dark Purple #8A296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 47.59%
G = 14.14%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A296F (or 0x8A296F) is known color: Dark Purple. HEX triplet: 8A, 29 and 6F. RGB value is (138,41,111). Sum of RGB (Red+Green+Blue) = 138+41+111=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A296F is #75D690. Grayscale: #4D4D4D. Windows color (decimal): -7722641 or 7285130. OLE color: 7285130.

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

Color convert

RGB 138 41 111 -
CMYK 0 0.70 0.20 0.46
HSL 316.7º 0.54% 0.35% -
HSV(B) 316.7º 0.7% 0.54% -
XYZ 14.14 8.14 15.86 -
YUV 77.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 138 41 111 0 0.70 0.20 0.46 316.7 0.54 0.35
Hex 8A 29 6F 0 46 14 2E 13D 36 23
Octal 212 51 157 0 106 24 56 475 66 43
Binary 10001010 101001 1101111 0 1000110 10100 101110 100111101 110110 100011

Color Harmonies of #8A296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A296F

Black with #8A296F

Text Example


Text Example

White with #8A296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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