Html Css Color HEX #8B3183 Dark Purple

📋 copy color: '#8B3183'

red 139 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #8B3183

Tints of Dark Purple #8B3183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 43.57%
G = 15.36%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B3183 (or 0x8B3183) is known color: Dark Purple. HEX triplet: 8B, 31 and 83. RGB value is (139,49,131). Sum of RGB (Red+Green+Blue) = 139+49+131=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3183 is #74CE7C. Grayscale: #555555. Windows color (decimal): -7655037 or 8597899. OLE color: 8597899.

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

Color convert

RGB 139 49 131 -
CMYK 0 0.65 0.06 0.45
HSL 305.33º 0.48% 0.37% -
HSV(B) 305.33º 0.65% 0.55% -
XYZ 15.84 9.32 22.44 -
YUV 85.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 139 49 131 0 0.65 0.06 0.45 305.33 0.48 0.37
Hex 8B 31 83 0 41 6 2D 131 30 25
Octal 213 61 203 0 101 6 55 461 60 45
Binary 10001011 110001 10000011 0 1000001 110 101101 100110001 110000 100101

Color Harmonies of #8B3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3183

Black with #8B3183

Text Example


Text Example

White with #8B3183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,49,131); }

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

background-color css

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

 a { background-color: rgb(139,49,131); }

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

border-color css

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

 span { border-color: rgb(139,49,131); }

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