Html Css Color HEX #8A3899 Vivid Violet

📋 copy color: '#8A3899'

red 138 ◦ green 56 ◦ blue 153

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

Shades of Vivid Violet #8A3899

Tints of Vivid Violet #8A3899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 39.77%
G = 16.14%
B = 44.09%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A3899 (or 0x8A3899) is known color: Vivid Violet. HEX triplet: 8A, 38 and 99. RGB value is (138,56,153). Sum of RGB (Red+Green+Blue) = 138+56+153=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A3899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3899 is #75C766. Grayscale: #5B5B5B. Windows color (decimal): -7718759 or 10041482. OLE color: 10041482.

HSL color Cylindrical-coordinate representation of color #8A3899: hue angle of 290.72º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3899 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 56 153 -
CMYK 0.10 0.63 0 0.4
HSL 290.72º 0.46% 0.41% -
HSV(B) 290.72º 0.63% 0.6% -
XYZ 17.65 10.53 31.24 -
YUV 91.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 138 56 153 0.10 0.63 0 0.4 290.72 0.46 0.41
Hex 8A 38 99 A 3F 0 28 123 2E 29
Octal 212 70 231 12 77 0 50 443 56 51
Binary 10001010 111000 10011001 1010 111111 0 101000 100100011 101110 101001

Color Harmonies of #8A3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3899

Black with #8A3899

Text Example


Text Example

White with #8A3899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,56,153); }

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

background-color css

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

 a { background-color: rgb(138,56,153); }

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

border-color css

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

 span { border-color: rgb(138,56,153); }

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