Html Css Color HEX #8A2E9E Vivid Violet

📋 copy color: '#8A2E9E'

red 138 ◦ green 46 ◦ blue 158

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

Shades of Vivid Violet #8A2E9E

Tints of Vivid Violet #8A2E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 40.35%
G = 13.45%
B = 46.2%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A2E9E (or 0x8A2E9E) is known color: Vivid Violet. HEX triplet: 8A, 2E and 9E. RGB value is (138,46,158). Sum of RGB (Red+Green+Blue) = 138+46+158=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A2E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2E9E is #75D161. Grayscale: #555555. Windows color (decimal): -7721314 or 10366602. OLE color: 10366602.

HSL color Cylindrical-coordinate representation of color #8A2E9E: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2E9E is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 46 158 -
CMYK 0.13 0.71 0 0.38
HSL 289.29º 0.55% 0.4% -
HSV(B) 289.29º 0.71% 0.62% -
XYZ 17.63 9.83 33.32 -
YUV 86.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 138 46 158 0.13 0.71 0 0.38 289.29 0.55 0.4
Hex 8A 2E 9E D 47 0 26 121 37 28
Octal 212 56 236 15 107 0 46 441 67 50
Binary 10001010 101110 10011110 1101 1000111 0 100110 100100001 110111 101000

Color Harmonies of #8A2E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2E9E

Black with #8A2E9E

Text Example


Text Example

White with #8A2E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,158); }

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

background-color css

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

 a { background-color: rgb(138,46,158); }

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

border-color css

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

 span { border-color: rgb(138,46,158); }

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