Html Css Color HEX #8C4488 Vivid Violet

📋 copy color: '#8C4488'

red 140 ◦ green 68 ◦ blue 136

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

Shades of Vivid Violet #8C4488

Tints of Vivid Violet #8C4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

 BLUE value IS 136 (53.52% from 255) = 39.53%

R = 40.7%
G = 19.77%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C4488 (or 0x8C4488) is known color: Vivid Violet. HEX triplet: 8C, 44 and 88. RGB value is (140,68,136). Sum of RGB (Red+Green+Blue) = 140+68+136=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4488 is #73BB77. Grayscale: #616161. Windows color (decimal): -7584632 or 8930444. OLE color: 8930444.

HSL color Cylindrical-coordinate representation of color #8C4488: hue angle of 303.33º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4488 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 68 136 -
CMYK 0 0.51 0.03 0.45
HSL 303.33º 0.35% 0.41% -
HSV(B) 303.33º 0.51% 0.55% -
XYZ 17.33 11.49 24.6 -
YUV 97.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 140 68 136 0 0.51 0.03 0.45 303.33 0.35 0.41
Hex 8C 44 88 0 33 3 2D 12F 23 29
Octal 214 104 210 0 63 3 55 457 43 51
Binary 10001100 1000100 10001000 0 110011 11 101101 100101111 100011 101001

Color Harmonies of #8C4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4488

Black with #8C4488

Text Example


Text Example

White with #8C4488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,68,136); }

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

background-color css

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

 a { background-color: rgb(140,68,136); }

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

border-color css

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

 span { border-color: rgb(140,68,136); }

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