Html Css Color HEX #8B3485 Dark Purple

📋 copy color: '#8B3485'

red 139 ◦ green 52 ◦ blue 133

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

Shades of Dark Purple #8B3485

Tints of Dark Purple #8B3485

RGB

 RED value IS 139 (54.69% from 255) = 42.9%

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

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

R = 42.9%
G = 16.05%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B3485 (or 0x8B3485) is known color: Dark Purple. HEX triplet: 8B, 34 and 85. RGB value is (139,52,133). Sum of RGB (Red+Green+Blue) = 139+52+133=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3485 is #74CB7A. Grayscale: #575757. Windows color (decimal): -7654267 or 8729739. OLE color: 8729739.

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

Color convert

RGB 139 52 133 -
CMYK 0 0.63 0.04 0.45
HSL 304.14º 0.46% 0.37% -
HSV(B) 304.14º 0.63% 0.55% -
XYZ 16.11 9.64 23.2 -
YUV 87.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 139 52 133 0 0.63 0.04 0.45 304.14 0.46 0.37
Hex 8B 34 85 0 3F 4 2D 130 2E 25
Octal 213 64 205 0 77 4 55 460 56 45
Binary 10001011 110100 10000101 0 111111 100 101101 100110000 101110 100101

Color Harmonies of #8B3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3485

Black with #8B3485

Text Example


Text Example

White with #8B3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,52,133); }

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

background-color css

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

 a { background-color: rgb(139,52,133); }

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

border-color css

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

 span { border-color: rgb(139,52,133); }

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