Html Css Color HEX #8A2768 Dark Purple

📋 copy color: '#8A2768'

red 138 ◦ green 39 ◦ blue 104

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

Shades of Dark Purple #8A2768

Tints of Dark Purple #8A2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 49.11%
G = 13.88%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A2768 (or 0x8A2768) is known color: Dark Purple. HEX triplet: 8A, 27 and 68. RGB value is (138,39,104). Sum of RGB (Red+Green+Blue) = 138+39+104=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2768 is #75D897. Grayscale: #4B4B4B. Windows color (decimal): -7723160 or 6825866. OLE color: 6825866.

HSL color Cylindrical-coordinate representation of color #8A2768: hue angle of 320.61º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2768 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 39 104 -
CMYK 0 0.72 0.25 0.46
HSL 320.61º 0.56% 0.35% -
HSV(B) 320.61º 0.72% 0.54% -
XYZ 13.71 7.85 13.89 -
YUV 76.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 138 39 104 0 0.72 0.25 0.46 320.61 0.56 0.35
Hex 8A 27 68 0 48 19 2E 141 38 23
Octal 212 47 150 0 110 31 56 501 70 43
Binary 10001010 100111 1101000 0 1001000 11001 101110 101000001 111000 100011

Color Harmonies of #8A2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2768

Black with #8A2768

Text Example


Text Example

White with #8A2768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,39,104); }

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

background-color css

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

 a { background-color: rgb(138,39,104); }

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

border-color css

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

 span { border-color: rgb(138,39,104); }

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