Html Css Color HEX #8A3483 Dark Purple

📋 copy color: '#8A3483'

red 138 ◦ green 52 ◦ blue 131

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

Shades of Dark Purple #8A3483

Tints of Dark Purple #8A3483

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 42.99%
G = 16.2%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#8A3483 (or 0x8A3483) is known color: Dark Purple. HEX triplet: 8A, 34 and 83. RGB value is (138,52,131). Sum of RGB (Red+Green+Blue) = 138+52+131=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3483 is #75CB7C. Grayscale: #565656. Windows color (decimal): -7719805 or 8598666. OLE color: 8598666.

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

Color convert

RGB 138 52 131 -
CMYK 0 0.62 0.05 0.46
HSL 304.88º 0.45% 0.37% -
HSV(B) 304.88º 0.62% 0.54% -
XYZ 15.81 9.5 22.47 -
YUV 86.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 138 52 131 0 0.62 0.05 0.46 304.88 0.45 0.37
Hex 8A 34 83 0 3E 5 2E 131 2D 25
Octal 212 64 203 0 76 5 56 461 55 45
Binary 10001010 110100 10000011 0 111110 101 101110 100110001 101101 100101

Color Harmonies of #8A3483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3483

Black with #8A3483

Text Example


Text Example

White with #8A3483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,52,131); }

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

background-color css

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

 a { background-color: rgb(138,52,131); }

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

border-color css

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

 span { border-color: rgb(138,52,131); }

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