Html Css Color HEX #8A3783 Dark Purple

📋 copy color: '#8A3783'

red 138 ◦ green 55 ◦ blue 131

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

Shades of Dark Purple #8A3783

Tints of Dark Purple #8A3783

RGB

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

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

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

R = 42.59%
G = 16.98%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#8A3783 (or 0x8A3783) is known color: Dark Purple. HEX triplet: 8A, 37 and 83. RGB value is (138,55,131). Sum of RGB (Red+Green+Blue) = 138+55+131=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3783 is #75C87C. Grayscale: #585858. Windows color (decimal): -7719037 or 8599434. OLE color: 8599434.

HSL color Cylindrical-coordinate representation of color #8A3783: hue angle of 305.06º 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 #8A3783 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 131 -
CMYK 0 0.60 0.05 0.46
HSL 305.06º 0.43% 0.38% -
HSV(B) 305.06º 0.6% 0.54% -
XYZ 15.94 9.77 22.52 -
YUV 88.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 138 55 131 0 0.60 0.05 0.46 305.06 0.43 0.38
Hex 8A 37 83 0 3C 5 2E 131 2B 26
Octal 212 67 203 0 74 5 56 461 53 46
Binary 10001010 110111 10000011 0 111100 101 101110 100110001 101011 100110

Color Harmonies of #8A3783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3783

Black with #8A3783

Text Example


Text Example

White with #8A3783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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