Html Css Color HEX #8A3790 Vivid Violet

📋 copy color: '#8A3790'

red 138 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #8A3790

Tints of Vivid Violet #8A3790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 40.95%
G = 16.32%
B = 42.73%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A3790 (or 0x8A3790) is known color: Vivid Violet. HEX triplet: 8A, 37 and 90. RGB value is (138,55,144). Sum of RGB (Red+Green+Blue) = 138+55+144=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A3790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3790 is #75C86F. Grayscale: #595959. Windows color (decimal): -7719024 or 9451402. OLE color: 9451402.

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

Color convert

RGB 138 55 144 -
CMYK 0.04 0.62 0 0.44
HSL 295.96º 0.45% 0.39% -
HSV(B) 295.96º 0.62% 0.56% -
XYZ 16.88 10.15 27.45 -
YUV 89.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 138 55 144 0.04 0.62 0 0.44 295.96 0.45 0.39
Hex 8A 37 90 4 3E 0 2C 128 2D 27
Octal 212 67 220 4 76 0 54 450 55 47
Binary 10001010 110111 10010000 100 111110 0 101100 100101000 101101 100111

Color Harmonies of #8A3790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3790

Black with #8A3790

Text Example


Text Example

White with #8A3790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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