Html Css Color HEX #8A3085 Dark Purple

📋 copy color: '#8A3085'

red 138 ◦ green 48 ◦ blue 133

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

Shades of Dark Purple #8A3085

Tints of Dark Purple #8A3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 43.26%
G = 15.05%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A3085 (or 0x8A3085) is known color: Dark Purple. HEX triplet: 8A, 30 and 85. RGB value is (138,48,133). Sum of RGB (Red+Green+Blue) = 138+48+133=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3085 is #75CF7A. Grayscale: #545454. Windows color (decimal): -7720827 or 8728714. OLE color: 8728714.

HSL color Cylindrical-coordinate representation of color #8A3085: hue angle of 303.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3085 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 48 133 -
CMYK 0 0.65 0.04 0.46
HSL 303.33º 0.48% 0.36% -
HSV(B) 303.33º 0.65% 0.54% -
XYZ 15.77 9.21 23.14 -
YUV 84.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 138 48 133 0 0.65 0.04 0.46 303.33 0.48 0.36
Hex 8A 30 85 0 41 4 2E 12F 30 24
Octal 212 60 205 0 101 4 56 457 60 44
Binary 10001010 110000 10000101 0 1000001 100 101110 100101111 110000 100100

Color Harmonies of #8A3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3085

Black with #8A3085

Text Example


Text Example

White with #8A3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,48,133); }

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

background-color css

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

 a { background-color: rgb(138,48,133); }

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

border-color css

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

 span { border-color: rgb(138,48,133); }

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