Html Css Color HEX #8A1A65 Dark Purple

📋 copy color: '#8A1A65'

red 138 ◦ green 26 ◦ blue 101

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

Shades of Dark Purple #8A1A65

Tints of Dark Purple #8A1A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.81%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 52.08%
G = 9.81%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A1A65 (or 0x8A1A65) is known color: Dark Purple. HEX triplet: 8A, 1A and 65. RGB value is (138,26,101). Sum of RGB (Red+Green+Blue) = 138+26+101=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A65 is #75E59A. Grayscale: #434343. Windows color (decimal): -7726491 or 6625930. OLE color: 6625930.

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

Color convert

RGB 138 26 101 -
CMYK 0 0.81 0.27 0.46
HSL 319.82º 0.68% 0.32% -
HSV(B) 319.82º 0.81% 0.54% -
XYZ 13.2 7.08 12.98 -
YUV 68.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 138 26 101 0 0.81 0.27 0.46 319.82 0.68 0.32
Hex 8A 1A 65 0 51 1B 2E 140 44 20
Octal 212 32 145 0 121 33 56 500 104 40
Binary 10001010 11010 1100101 0 1010001 11011 101110 101000000 1000100 100000

Color Harmonies of #8A1A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A65

Black with #8A1A65

Text Example


Text Example

White with #8A1A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,101); }

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

background-color css

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

 a { background-color: rgb(138,26,101); }

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

border-color css

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

 span { border-color: rgb(138,26,101); }

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