Html Css Color HEX #8A4C9D Vivid Violet

📋 copy color: '#8A4C9D'

red 138 ◦ green 76 ◦ blue 157

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

Shades of Vivid Violet #8A4C9D

Tints of Vivid Violet #8A4C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 37.2%
G = 20.49%
B = 42.32%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A4C9D (or 0x8A4C9D) is known color: Vivid Violet. HEX triplet: 8A, 4C and 9D. RGB value is (138,76,157). Sum of RGB (Red+Green+Blue) = 138+76+157=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A4C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4C9D is #75B362. Grayscale: #676767. Windows color (decimal): -7713635 or 10308746. OLE color: 10308746.

HSL color Cylindrical-coordinate representation of color #8A4C9D: hue angle of 285.93º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4C9D is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 76 157 -
CMYK 0.12 0.52 0 0.38
HSL 285.93º 0.35% 0.46% -
HSV(B) 285.93º 0.52% 0.62% -
XYZ 19.15 13.01 33.4 -
YUV 103.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 138 76 157 0.12 0.52 0 0.38 285.93 0.35 0.46
Hex 8A 4C 9D C 34 0 26 11E 23 2E
Octal 212 114 235 14 64 0 46 436 43 56
Binary 10001010 1001100 10011101 1100 110100 0 100110 100011110 100011 101110

Color Harmonies of #8A4C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C9D

Black with #8A4C9D

Text Example


Text Example

White with #8A4C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,76,157); }

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

background-color css

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

 a { background-color: rgb(138,76,157); }

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

border-color css

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

 span { border-color: rgb(138,76,157); }

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