Html Css Color HEX #8540A6 Vivid Violet

📋 copy color: '#8540A6'

red 133 ◦ green 64 ◦ blue 166

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

Shades of Vivid Violet #8540A6

Tints of Vivid Violet #8540A6

RGB

 RED value IS 133 (52.34% from 255) = 36.64%

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 36.64%
G = 17.63%
B = 45.73%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8540A6 (or 0x8540A6) is known color: Vivid Violet. HEX triplet: 85, 40 and A6. RGB value is (133,64,166). Sum of RGB (Red+Green+Blue) = 133+64+166=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #8540A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540A6 is #7ABF59. Grayscale: #5F5F5F. Windows color (decimal): -8044378 or 10895493. OLE color: 10895493.

HSL color Cylindrical-coordinate representation of color #8540A6: hue angle of 280.59º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8540A6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 64 166 -
CMYK 0.20 0.61 0 0.35
HSL 280.59º 0.44% 0.45% -
HSV(B) 280.59º 0.61% 0.65% -
XYZ 18.39 11.41 37.31 -
YUV 96.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 133 64 166 0.20 0.61 0 0.35 280.59 0.44 0.45
Hex 85 40 A6 14 3D 0 23 119 2C 2D
Octal 205 100 246 24 75 0 43 431 54 55
Binary 10000101 1000000 10100110 10100 111101 0 100011 100011001 101100 101101

Color Harmonies of #8540A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540A6

Black with #8540A6

Text Example


Text Example

White with #8540A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8540A6; }

 p { color: rgb(133,64,166); }

 H1.HeaderClassName
 {
   color: #8540A6;
 }
 .AnyTagClassName
 {
   color: #8540A6;
 }
</style>

background-color css

<style>
 a { background-color: #8540A6; }

 a { background-color: rgb(133,64,166); }

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

border-color css

<style>
 span { border-color: #8540A6; }

 span { border-color: rgb(133,64,166); }

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