Html Css Color HEX #8A4C9B Vivid Violet

📋 copy color: '#8A4C9B'

red 138 ◦ green 76 ◦ blue 155

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

Shades of Vivid Violet #8A4C9B

Tints of Vivid Violet #8A4C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 37.4%
G = 20.6%
B = 42.01%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A4C9B (or 0x8A4C9B) is known color: Vivid Violet. HEX triplet: 8A, 4C and 9B. RGB value is (138,76,155). Sum of RGB (Red+Green+Blue) = 138+76+155=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A4C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4C9B is #75B364. Grayscale: #676767. Windows color (decimal): -7713637 or 10177674. OLE color: 10177674.

HSL color Cylindrical-coordinate representation of color #8A4C9B: hue angle of 287.09º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A4C9B is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 76 155 -
CMYK 0.11 0.51 0 0.39
HSL 287.09º 0.34% 0.45% -
HSV(B) 287.09º 0.51% 0.61% -
XYZ 18.98 12.94 32.51 -
YUV 103.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 138 76 155 0.11 0.51 0 0.39 287.09 0.34 0.45
Hex 8A 4C 9B B 33 0 27 11F 22 2D
Octal 212 114 233 13 63 0 47 437 42 55
Binary 10001010 1001100 10011011 1011 110011 0 100111 100011111 100010 101101

Color Harmonies of #8A4C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C9B

Black with #8A4C9B

Text Example


Text Example

White with #8A4C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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