Html Css Color HEX #8C368E Vivid Violet

📋 copy color: '#8C368E'

red 140 ◦ green 54 ◦ blue 142

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

Shades of Vivid Violet #8C368E

Tints of Vivid Violet #8C368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 41.67%
G = 16.07%
B = 42.26%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C368E (or 0x8C368E) is known color: Vivid Violet. HEX triplet: 8C, 36 and 8E. RGB value is (140,54,142). Sum of RGB (Red+Green+Blue) = 140+54+142=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C368E is #73C971. Grayscale: #595959. Windows color (decimal): -7588210 or 9320076. OLE color: 9320076.

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

Color convert

RGB 140 54 142 -
CMYK 0.01 0.62 0 0.44
HSL 298.64º 0.45% 0.38% -
HSV(B) 298.64º 0.62% 0.56% -
XYZ 17.02 10.17 26.66 -
YUV 89.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 140 54 142 0.01 0.62 0 0.44 298.64 0.45 0.38
Hex 8C 36 8E 1 3E 0 2C 12B 2D 26
Octal 214 66 216 1 76 0 54 453 55 46
Binary 10001100 110110 10001110 1 111110 0 101100 100101011 101101 100110

Color Harmonies of #8C368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C368E

Black with #8C368E

Text Example


Text Example

White with #8C368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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