Html Css Color HEX #8C34AB Vivid Violet

📋 copy color: '#8C34AB'

red 140 ◦ green 52 ◦ blue 171

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

Shades of Vivid Violet #8C34AB

Tints of Vivid Violet #8C34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 38.57%
G = 14.33%
B = 47.11%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C34AB (or 0x8C34AB) is known color: Vivid Violet. HEX triplet: 8C, 34 and AB. RGB value is (140,52,171). Sum of RGB (Red+Green+Blue) = 140+52+171=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C34AB is #73CB54. Grayscale: #5B5B5B. Windows color (decimal): -7588693 or 11220108. OLE color: 11220108.

HSL color Cylindrical-coordinate representation of color #8C34AB: hue angle of 284.37º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C34AB is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 52 171 -
CMYK 0.18 0.70 0 0.33
HSL 284.37º 0.53% 0.44% -
HSV(B) 284.37º 0.7% 0.67% -
XYZ 19.39 10.97 39.62 -
YUV 91.88 172.65 162.32 -
System Red Green Blue C M Y K H S L
Decimal 140 52 171 0.18 0.70 0 0.33 284.37 0.53 0.44
Hex 8C 34 AB 12 46 0 21 11C 35 2C
Octal 214 64 253 22 106 0 41 434 65 54
Binary 10001100 110100 10101011 10010 1000110 0 100001 100011100 110101 101100

Color Harmonies of #8C34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C34AB

Black with #8C34AB

Text Example


Text Example

White with #8C34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,171); }

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

background-color css

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

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

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

border-color css

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

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

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