Html Css Color HEX #8C198B Dark Purple

📋 copy color: '#8C198B'

red 140 ◦ green 25 ◦ blue 139

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

Shades of Dark Purple #8C198B

Tints of Dark Purple #8C198B

RGB

 RED value IS 140 (55.08% from 255) = 46.05%

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 46.05%
G = 8.22%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C198B (or 0x8C198B) is known color: Dark Purple. HEX triplet: 8C, 19 and 8B. RGB value is (140,25,139). Sum of RGB (Red+Green+Blue) = 140+25+139=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C198B is #73E674. Grayscale: #484848. Windows color (decimal): -7595637 or 9116044. OLE color: 9116044.

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

Color convert

RGB 140 25 139 -
CMYK 0 0.82 0.01 0.45
HSL 300.52º 0.7% 0.32% -
HSV(B) 300.52º 0.82% 0.55% -
XYZ 15.82 8.13 25.16 -
YUV 72.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 140 25 139 0 0.82 0.01 0.45 300.52 0.7 0.32
Hex 8C 19 8B 0 52 1 2D 12D 46 20
Octal 214 31 213 0 122 1 55 455 106 40
Binary 10001100 11001 10001011 0 1010010 1 101101 100101101 1000110 100000

Color Harmonies of #8C198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C198B

Black with #8C198B

Text Example


Text Example

White with #8C198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,139); }

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

background-color css

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

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

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

border-color css

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

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

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