Html Css Color HEX #8A4E93 Vivid Violet

📋 copy color: '#8A4E93'

red 138 ◦ green 78 ◦ blue 147

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

Shades of Vivid Violet #8A4E93

Tints of Vivid Violet #8A4E93

RGB

 RED value IS 138 (54.3% from 255) = 38.02%

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 38.02%
G = 21.49%
B = 40.5%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A4E93 (or 0x8A4E93) is known color: Vivid Violet. HEX triplet: 8A, 4E and 93. RGB value is (138,78,147). Sum of RGB (Red+Green+Blue) = 138+78+147=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A4E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4E93 is #75B16C. Grayscale: #676767. Windows color (decimal): -7713133 or 9653898. OLE color: 9653898.

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

Color convert

RGB 138 78 147 -
CMYK 0.06 0.47 0 0.42
HSL 292.17º 0.31% 0.44% -
HSV(B) 292.17º 0.47% 0.58% -
XYZ 18.47 12.96 29.13 -
YUV 103.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 138 78 147 0.06 0.47 0 0.42 292.17 0.31 0.44
Hex 8A 4E 93 6 2F 0 2A 124 1F 2C
Octal 212 116 223 6 57 0 52 444 37 54
Binary 10001010 1001110 10010011 110 101111 0 101010 100100100 11111 101100

Color Harmonies of #8A4E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4E93

Black with #8A4E93

Text Example


Text Example

White with #8A4E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,78,147); }

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

background-color css

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

 a { background-color: rgb(138,78,147); }

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

border-color css

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

 span { border-color: rgb(138,78,147); }

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