Html Css Color HEX #8B228B Dark Purple

📋 copy color: '#8B228B'

red 139 ◦ green 34 ◦ blue 139

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

Shades of Dark Purple #8B228B

Tints of Dark Purple #8B228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 44.55%
G = 10.9%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B228B (or 0x8B228B) is known color: Dark Purple. HEX triplet: 8B, 22 and 8B. RGB value is (139,34,139). Sum of RGB (Red+Green+Blue) = 139+34+139=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B228B is #74DD74. Grayscale: #4D4D4D. Windows color (decimal): -7658869 or 9118347. OLE color: 9118347.

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

Color convert

RGB 139 34 139 -
CMYK 0 0.76 0 0.45
HSL 300º 0.61% 0.34% -
HSV(B) 300º 0.76% 0.55% -
XYZ 15.88 8.5 25.23 -
YUV 77.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 139 34 139 0 0.76 0 0.45 300 0.61 0.34
Hex 8B 22 8B 0 4C 0 2D 12C 3D 22
Octal 213 42 213 0 114 0 55 454 75 42
Binary 10001011 100010 10001011 0 1001100 0 101101 100101100 111101 100010

Color Harmonies of #8B228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B228B

Black with #8B228B

Text Example


Text Example

White with #8B228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,34,139); }

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

background-color css

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

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

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

border-color css

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

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

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