Html Css Color HEX #8B188A Dark Purple

📋 copy color: '#8B188A'

red 139 ◦ green 24 ◦ blue 138

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

Shades of Dark Purple #8B188A

Tints of Dark Purple #8B188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 46.18%
G = 7.97%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B188A (or 0x8B188A) is known color: Dark Purple. HEX triplet: 8B, 18 and 8A. RGB value is (139,24,138). Sum of RGB (Red+Green+Blue) = 139+24+138=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B188A is #74E775. Grayscale: #474747. Windows color (decimal): -7661430 or 9050251. OLE color: 9050251.

HSL color Cylindrical-coordinate representation of color #8B188A: hue angle of 300.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B188A is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 24 138 -
CMYK 0 0.83 0.01 0.45
HSL 300.52º 0.71% 0.32% -
HSV(B) 300.52º 0.83% 0.55% -
XYZ 15.56 7.98 24.76 -
YUV 71.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 139 24 138 0 0.83 0.01 0.45 300.52 0.71 0.32
Hex 8B 18 8A 0 53 1 2D 12D 47 20
Octal 213 30 212 0 123 1 55 455 107 40
Binary 10001011 11000 10001010 0 1010011 1 101101 100101101 1000111 100000

Color Harmonies of #8B188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B188A

Black with #8B188A

Text Example


Text Example

White with #8B188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,24,138); }

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

background-color css

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

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

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

border-color css

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

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

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