Html Css Color HEX #8C3594 Vivid Violet

📋 copy color: '#8C3594'

red 140 ◦ green 53 ◦ blue 148

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

Shades of Vivid Violet #8C3594

Tints of Vivid Violet #8C3594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 41.06%
G = 15.54%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C3594 (or 0x8C3594) is known color: Vivid Violet. HEX triplet: 8C, 35 and 94. RGB value is (140,53,148). Sum of RGB (Red+Green+Blue) = 140+53+148=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3594 is #73CA6B. Grayscale: #595959. Windows color (decimal): -7588460 or 9713036. OLE color: 9713036.

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

Color convert

RGB 140 53 148 -
CMYK 0.05 0.64 0 0.42
HSL 294.95º 0.47% 0.39% -
HSV(B) 294.95º 0.64% 0.58% -
XYZ 17.43 10.26 29.08 -
YUV 89.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 140 53 148 0.05 0.64 0 0.42 294.95 0.47 0.39
Hex 8C 35 94 5 40 0 2A 127 2F 27
Octal 214 65 224 5 100 0 52 447 57 47
Binary 10001100 110101 10010100 101 1000000 0 101010 100100111 101111 100111

Color Harmonies of #8C3594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3594

Black with #8C3594

Text Example


Text Example

White with #8C3594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,148); }

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

background-color css

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

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

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

border-color css

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

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

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