Html Css Color HEX #8A2E75 Dark Purple

📋 copy color: '#8A2E75'

red 138 ◦ green 46 ◦ blue 117

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

Shades of Dark Purple #8A2E75

Tints of Dark Purple #8A2E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 45.85%
G = 15.28%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A2E75 (or 0x8A2E75) is known color: Dark Purple. HEX triplet: 8A, 2E and 75. RGB value is (138,46,117). Sum of RGB (Red+Green+Blue) = 138+46+117=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E75 is #75D18A. Grayscale: #515151. Windows color (decimal): -7721355 or 7679626. OLE color: 7679626.

HSL color Cylindrical-coordinate representation of color #8A2E75: hue angle of 313.7º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E75 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 46 117 -
CMYK 0 0.67 0.15 0.46
HSL 313.7º 0.5% 0.36% -
HSV(B) 313.7º 0.67% 0.54% -
XYZ 14.67 8.64 17.72 -
YUV 81.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 138 46 117 0 0.67 0.15 0.46 313.7 0.5 0.36
Hex 8A 2E 75 0 43 F 2E 13A 32 24
Octal 212 56 165 0 103 17 56 472 62 44
Binary 10001010 101110 1110101 0 1000011 1111 101110 100111010 110010 100100

Color Harmonies of #8A2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2E75

Black with #8A2E75

Text Example


Text Example

White with #8A2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,117); }

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

background-color css

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

 a { background-color: rgb(138,46,117); }

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

border-color css

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

 span { border-color: rgb(138,46,117); }

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