Html Css Color HEX #8B188B Dark Purple

📋 copy color: '#8B188B'

red 139 ◦ green 24 ◦ blue 139

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

Shades of Dark Purple #8B188B

Tints of Dark Purple #8B188B

RGB

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

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

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

R = 46.03%
G = 7.95%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B188B (or 0x8B188B) is known color: Dark Purple. HEX triplet: 8B, 18 and 8B. RGB value is (139,24,139). Sum of RGB (Red+Green+Blue) = 139+24+139=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B188B is #74E774. Grayscale: #474747. Windows color (decimal): -7661429 or 9115787. OLE color: 9115787.

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

Color convert

RGB 139 24 139 -
CMYK 0 0.83 0 0.45
HSL 300º 0.71% 0.32% -
HSV(B) 300º 0.83% 0.55% -
XYZ 15.63 8.01 25.15 -
YUV 71.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 139 24 139 0 0.83 0 0.45 300 0.71 0.32
Hex 8B 18 8B 0 53 0 2D 12C 47 20
Octal 213 30 213 0 123 0 55 454 107 40
Binary 10001011 11000 10001011 0 1010011 0 101101 100101100 1000111 100000

Color Harmonies of #8B188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B188B

Black with #8B188B

Text Example


Text Example

White with #8B188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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