Html Css Color HEX #8C35AB Vivid Violet

📋 copy color: '#8C35AB'

red 140 ◦ green 53 ◦ blue 171

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

Shades of Vivid Violet #8C35AB

Tints of Vivid Violet #8C35AB

RGB

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

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

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

R = 38.46%
G = 14.56%
B = 46.98%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C35AB (or 0x8C35AB) is known color: Vivid Violet. HEX triplet: 8C, 35 and AB. RGB value is (140,53,171). Sum of RGB (Red+Green+Blue) = 140+53+171=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C35AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C35AB is #73CA54. Grayscale: #5C5C5C. Windows color (decimal): -7588437 or 11220364. OLE color: 11220364.

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

Color convert

RGB 140 53 171 -
CMYK 0.18 0.69 0 0.33
HSL 284.24º 0.53% 0.44% -
HSV(B) 284.24º 0.69% 0.67% -
XYZ 19.44 11.06 39.64 -
YUV 92.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 140 53 171 0.18 0.69 0 0.33 284.24 0.53 0.44
Hex 8C 35 AB 12 45 0 21 11C 35 2C
Octal 214 65 253 22 105 0 41 434 65 54
Binary 10001100 110101 10101011 10010 1000101 0 100001 100011100 110101 101100

Color Harmonies of #8C35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C35AB

Black with #8C35AB

Text Example


Text Example

White with #8C35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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