Html Css Color HEX #8C2B83 Dark Purple

📋 copy color: '#8C2B83'

red 140 ◦ green 43 ◦ blue 131

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

Shades of Dark Purple #8C2B83

Tints of Dark Purple #8C2B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 44.59%
G = 13.69%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C2B83 (or 0x8C2B83) is known color: Dark Purple. HEX triplet: 8C, 2B and 83. RGB value is (140,43,131). Sum of RGB (Red+Green+Blue) = 140+43+131=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2B83 is #73D47C. Grayscale: #515151. Windows color (decimal): -7591037 or 8596364. OLE color: 8596364.

HSL color Cylindrical-coordinate representation of color #8C2B83: hue angle of 305.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B83 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 131 -
CMYK 0 0.69 0.06 0.45
HSL 305.57º 0.53% 0.36% -
HSV(B) 305.57º 0.69% 0.55% -
XYZ 15.78 8.94 22.37 -
YUV 82.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 140 43 131 0 0.69 0.06 0.45 305.57 0.53 0.36
Hex 8C 2B 83 0 45 6 2D 132 35 24
Octal 214 53 203 0 105 6 55 462 65 44
Binary 10001100 101011 10000011 0 1000101 110 101101 100110010 110101 100100

Color Harmonies of #8C2B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B83

Black with #8C2B83

Text Example


Text Example

White with #8C2B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,131); }

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

background-color css

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

 a { background-color: rgb(140,43,131); }

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

border-color css

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

 span { border-color: rgb(140,43,131); }

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