Html Css Color HEX #8C3993 Vivid Violet

📋 copy color: '#8C3993'

red 140 ◦ green 57 ◦ blue 147

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

Shades of Vivid Violet #8C3993

Tints of Vivid Violet #8C3993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 40.7%
G = 16.57%
B = 42.73%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C3993 (or 0x8C3993) is known color: Vivid Violet. HEX triplet: 8C, 39 and 93. RGB value is (140,57,147). Sum of RGB (Red+Green+Blue) = 140+57+147=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3993 is #73C66C. Grayscale: #5B5B5B. Windows color (decimal): -7587437 or 9648524. OLE color: 9648524.

HSL color Cylindrical-coordinate representation of color #8C3993: hue angle of 295.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3993 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 57 147 -
CMYK 0.05 0.61 0 0.42
HSL 295.33º 0.44% 0.4% -
HSV(B) 295.33º 0.61% 0.58% -
XYZ 17.54 10.61 28.73 -
YUV 92.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 140 57 147 0.05 0.61 0 0.42 295.33 0.44 0.4
Hex 8C 39 93 5 3D 0 2A 127 2C 28
Octal 214 71 223 5 75 0 52 447 54 50
Binary 10001100 111001 10010011 101 111101 0 101010 100100111 101100 101000

Color Harmonies of #8C3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3993

Black with #8C3993

Text Example


Text Example

White with #8C3993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,57,147); }

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

background-color css

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

 a { background-color: rgb(140,57,147); }

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

border-color css

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

 span { border-color: rgb(140,57,147); }

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