Html Css Color HEX #8C3688 Vivid Violet

📋 copy color: '#8C3688'

red 140 ◦ green 54 ◦ blue 136

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

Shades of Vivid Violet #8C3688

Tints of Vivid Violet #8C3688

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

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

R = 42.42%
G = 16.36%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C3688 (or 0x8C3688) is known color: Vivid Violet. HEX triplet: 8C, 36 and 88. RGB value is (140,54,136). Sum of RGB (Red+Green+Blue) = 140+54+136=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3688 is #73C977. Grayscale: #585858. Windows color (decimal): -7588216 or 8926860. OLE color: 8926860.

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

Color convert

RGB 140 54 136 -
CMYK 0 0.61 0.03 0.45
HSL 302.79º 0.44% 0.38% -
HSV(B) 302.79º 0.61% 0.55% -
XYZ 16.58 9.99 24.35 -
YUV 89.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 140 54 136 0 0.61 0.03 0.45 302.79 0.44 0.38
Hex 8C 36 88 0 3D 3 2D 12F 2C 26
Octal 214 66 210 0 75 3 55 457 54 46
Binary 10001100 110110 10001000 0 111101 11 101101 100101111 101100 100110

Color Harmonies of #8C3688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3688

Black with #8C3688

Text Example


Text Example

White with #8C3688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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