Html Css Color HEX #8C368C Vivid Violet

📋 copy color: '#8C368C'

red 140 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #8C368C

Tints of Vivid Violet #8C368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 41.92%
G = 16.17%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C368C (or 0x8C368C) is known color: Vivid Violet. HEX triplet: 8C, 36 and 8C. RGB value is (140,54,140). Sum of RGB (Red+Green+Blue) = 140+54+140=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C368C is #73C973. Grayscale: #595959. Windows color (decimal): -7588212 or 9189004. OLE color: 9189004.

HSL color Cylindrical-coordinate representation of color #8C368C: hue angle of 300º 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 #8C368C is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 140 -
CMYK 0 0.61 0 0.45
HSL 300º 0.44% 0.38% -
HSV(B) 300º 0.61% 0.55% -
XYZ 16.87 10.11 25.87 -
YUV 89.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 140 54 140 0 0.61 0 0.45 300 0.44 0.38
Hex 8C 36 8C 0 3D 0 2D 12C 2C 26
Octal 214 66 214 0 75 0 55 454 54 46
Binary 10001100 110110 10001100 0 111101 0 101101 100101100 101100 100110

Color Harmonies of #8C368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C368C

Black with #8C368C

Text Example


Text Example

White with #8C368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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