Html Css Color HEX #8A3990 Vivid Violet

📋 copy color: '#8A3990'

red 138 ◦ green 57 ◦ blue 144

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

Shades of Vivid Violet #8A3990

Tints of Vivid Violet #8A3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 40.71%
G = 16.81%
B = 42.48%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A3990 (or 0x8A3990) is known color: Vivid Violet. HEX triplet: 8A, 39 and 90. RGB value is (138,57,144). Sum of RGB (Red+Green+Blue) = 138+57+144=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3990 is #75C66F. Grayscale: #5A5A5A. Windows color (decimal): -7718512 or 9451914. OLE color: 9451914.

HSL color Cylindrical-coordinate representation of color #8A3990: hue angle of 295.86º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3990 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 57 144 -
CMYK 0.04 0.60 0 0.44
HSL 295.86º 0.43% 0.39% -
HSV(B) 295.86º 0.6% 0.56% -
XYZ 16.98 10.34 27.49 -
YUV 91.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 138 57 144 0.04 0.60 0 0.44 295.86 0.43 0.39
Hex 8A 39 90 4 3C 0 2C 128 2B 27
Octal 212 71 220 4 74 0 54 450 53 47
Binary 10001010 111001 10010000 100 111100 0 101100 100101000 101011 100111

Color Harmonies of #8A3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3990

Black with #8A3990

Text Example


Text Example

White with #8A3990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,57,144); }

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

background-color css

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

 a { background-color: rgb(138,57,144); }

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

border-color css

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

 span { border-color: rgb(138,57,144); }

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