Html Css Color HEX #8A3774 Dark Purple

📋 copy color: '#8A3774'

red 138 ◦ green 55 ◦ blue 116

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

Shades of Dark Purple #8A3774

Tints of Dark Purple #8A3774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 44.66%
G = 17.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A3774 (or 0x8A3774) is known color: Dark Purple. HEX triplet: 8A, 37 and 74. RGB value is (138,55,116). Sum of RGB (Red+Green+Blue) = 138+55+116=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3774 is #75C88B. Grayscale: #565656. Windows color (decimal): -7719052 or 7616394. OLE color: 7616394.

HSL color Cylindrical-coordinate representation of color #8A3774: hue angle of 315.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3774 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 116 -
CMYK 0 0.60 0.16 0.46
HSL 315.9º 0.43% 0.38% -
HSV(B) 315.9º 0.6% 0.54% -
XYZ 15 9.4 17.55 -
YUV 86.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 138 55 116 0 0.60 0.16 0.46 315.9 0.43 0.38
Hex 8A 37 74 0 3C 10 2E 13C 2B 26
Octal 212 67 164 0 74 20 56 474 53 46
Binary 10001010 110111 1110100 0 111100 10000 101110 100111100 101011 100110

Color Harmonies of #8A3774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3774

Black with #8A3774

Text Example


Text Example

White with #8A3774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,116); }

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

background-color css

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

 a { background-color: rgb(138,55,116); }

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

border-color css

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

 span { border-color: rgb(138,55,116); }

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