Html Css Color HEX #8A1E65 Dark Purple

📋 copy color: '#8A1E65'

red 138 ◦ green 30 ◦ blue 101

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

Shades of Dark Purple #8A1E65

Tints of Dark Purple #8A1E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.15%

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

R = 51.3%
G = 11.15%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A1E65 (or 0x8A1E65) is known color: Dark Purple. HEX triplet: 8A, 1E and 65. RGB value is (138,30,101). Sum of RGB (Red+Green+Blue) = 138+30+101=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1E65 is #75E19A. Grayscale: #464646. Windows color (decimal): -7725467 or 6626954. OLE color: 6626954.

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

Color convert

RGB 138 30 101 -
CMYK 0 0.78 0.27 0.46
HSL 320.56º 0.64% 0.33% -
HSV(B) 320.56º 0.78% 0.54% -
XYZ 13.29 7.27 13.01 -
YUV 70.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 138 30 101 0 0.78 0.27 0.46 320.56 0.64 0.33
Hex 8A 1E 65 0 4E 1B 2E 141 40 21
Octal 212 36 145 0 116 33 56 501 100 41
Binary 10001010 11110 1100101 0 1001110 11011 101110 101000001 1000000 100001

Color Harmonies of #8A1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1E65

Black with #8A1E65

Text Example


Text Example

White with #8A1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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