Html Css Color HEX #8A327C Dark Purple

📋 copy color: '#8A327C'

red 138 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #8A327C

Tints of Dark Purple #8A327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 44.23%
G = 16.03%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A327C (or 0x8A327C) is known color: Dark Purple. HEX triplet: 8A, 32 and 7C. RGB value is (138,50,124). Sum of RGB (Red+Green+Blue) = 138+50+124=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A327C is #75CD83. Grayscale: #545454. Windows color (decimal): -7720324 or 8139402. OLE color: 8139402.

HSL color Cylindrical-coordinate representation of color #8A327C: hue angle of 309.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A327C is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 50 124 -
CMYK 0 0.64 0.10 0.46
HSL 309.55º 0.47% 0.37% -
HSV(B) 309.55º 0.64% 0.54% -
XYZ 15.26 9.14 20.03 -
YUV 84.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 138 50 124 0 0.64 0.10 0.46 309.55 0.47 0.37
Hex 8A 32 7C 0 40 A 2E 136 2F 25
Octal 212 62 174 0 100 12 56 466 57 45
Binary 10001010 110010 1111100 0 1000000 1010 101110 100110110 101111 100101

Color Harmonies of #8A327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A327C

Black with #8A327C

Text Example


Text Example

White with #8A327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,50,124); }

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

background-color css

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

 a { background-color: rgb(138,50,124); }

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

border-color css

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

 span { border-color: rgb(138,50,124); }

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