Html Css Color HEX #8B227B Dark Purple

📋 copy color: '#8B227B'

red 139 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #8B227B

Tints of Dark Purple #8B227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 46.96%
G = 11.49%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B227B (or 0x8B227B) is known color: Dark Purple. HEX triplet: 8B, 22 and 7B. RGB value is (139,34,123). Sum of RGB (Red+Green+Blue) = 139+34+123=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B227B is #74DD84. Grayscale: #4B4B4B. Windows color (decimal): -7658885 or 8069771. OLE color: 8069771.

HSL color Cylindrical-coordinate representation of color #8B227B: hue angle of 309.14º 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 #8B227B is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 34 123 -
CMYK 0 0.76 0.12 0.45
HSL 309.14º 0.61% 0.34% -
HSV(B) 309.14º 0.76% 0.55% -
XYZ 14.79 8.06 19.52 -
YUV 75.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 139 34 123 0 0.76 0.12 0.45 309.14 0.61 0.34
Hex 8B 22 7B 0 4C C 2D 135 3D 22
Octal 213 42 173 0 114 14 55 465 75 42
Binary 10001011 100010 1111011 0 1001100 1100 101101 100110101 111101 100010

Color Harmonies of #8B227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B227B

Black with #8B227B

Text Example


Text Example

White with #8B227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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