Html Css Color HEX #8A286C Dark Purple

📋 copy color: '#8A286C'

red 138 ◦ green 40 ◦ blue 108

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

Shades of Dark Purple #8A286C

Tints of Dark Purple #8A286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 48.25%
G = 13.99%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A286C (or 0x8A286C) is known color: Dark Purple. HEX triplet: 8A, 28 and 6C. RGB value is (138,40,108). Sum of RGB (Red+Green+Blue) = 138+40+108=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A286C is #75D793. Grayscale: #4C4C4C. Windows color (decimal): -7722900 or 7088266. OLE color: 7088266.

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

Color convert

RGB 138 40 108 -
CMYK 0 0.71 0.22 0.46
HSL 318.37º 0.55% 0.35% -
HSV(B) 318.37º 0.71% 0.54% -
XYZ 13.95 8 15 -
YUV 77.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 138 40 108 0 0.71 0.22 0.46 318.37 0.55 0.35
Hex 8A 28 6C 0 47 16 2E 13E 37 23
Octal 212 50 154 0 107 26 56 476 67 43
Binary 10001010 101000 1101100 0 1000111 10110 101110 100111110 110111 100011

Color Harmonies of #8A286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A286C

Black with #8A286C

Text Example


Text Example

White with #8A286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,40,108); }

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

background-color css

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

 a { background-color: rgb(138,40,108); }

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

border-color css

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

 span { border-color: rgb(138,40,108); }

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