Html Css Color HEX #8B2388 Dark Purple

📋 copy color: '#8B2388'

red 139 ◦ green 35 ◦ blue 136

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

Shades of Dark Purple #8B2388

Tints of Dark Purple #8B2388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 44.84%
G = 11.29%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B2388 (or 0x8B2388) is known color: Dark Purple. HEX triplet: 8B, 23 and 88. RGB value is (139,35,136). Sum of RGB (Red+Green+Blue) = 139+35+136=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2388 is #74DC77. Grayscale: #4D4D4D. Windows color (decimal): -7658616 or 8921995. OLE color: 8921995.

HSL color Cylindrical-coordinate representation of color #8B2388: hue angle of 301.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2388 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 35 136 -
CMYK 0 0.75 0.02 0.45
HSL 301.73º 0.6% 0.34% -
HSV(B) 301.73º 0.75% 0.55% -
XYZ 15.69 8.47 24.1 -
YUV 77.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 139 35 136 0 0.75 0.02 0.45 301.73 0.6 0.34
Hex 8B 23 88 0 4B 2 2D 12E 3C 22
Octal 213 43 210 0 113 2 55 456 74 42
Binary 10001011 100011 10001000 0 1001011 10 101101 100101110 111100 100010

Color Harmonies of #8B2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2388

Black with #8B2388

Text Example


Text Example

White with #8B2388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,35,136); }

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

background-color css

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

 a { background-color: rgb(139,35,136); }

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

border-color css

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

 span { border-color: rgb(139,35,136); }

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