Html Css Color HEX #8A2F75 Dark Purple

📋 copy color: '#8A2F75'

red 138 ◦ green 47 ◦ blue 117

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

Shades of Dark Purple #8A2F75

Tints of Dark Purple #8A2F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 45.7%
G = 15.56%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A2F75 (or 0x8A2F75) is known color: Dark Purple. HEX triplet: 8A, 2F and 75. RGB value is (138,47,117). Sum of RGB (Red+Green+Blue) = 138+47+117=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2F75 is #75D08A. Grayscale: #525252. Windows color (decimal): -7721099 or 7679882. OLE color: 7679882.

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

Color convert

RGB 138 47 117 -
CMYK 0 0.66 0.15 0.46
HSL 313.85º 0.49% 0.36% -
HSV(B) 313.85º 0.66% 0.54% -
XYZ 14.71 8.72 17.74 -
YUV 82.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 138 47 117 0 0.66 0.15 0.46 313.85 0.49 0.36
Hex 8A 2F 75 0 42 F 2E 13A 31 24
Octal 212 57 165 0 102 17 56 472 61 44
Binary 10001010 101111 1110101 0 1000010 1111 101110 100111010 110001 100100

Color Harmonies of #8A2F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2F75

Black with #8A2F75

Text Example


Text Example

White with #8A2F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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