Html Css Color HEX #8A3591 Vivid Violet

📋 copy color: '#8A3591'

red 138 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #8A3591

Tints of Vivid Violet #8A3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 41.07%
G = 15.77%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A3591 (or 0x8A3591) is known color: Vivid Violet. HEX triplet: 8A, 35 and 91. RGB value is (138,53,145). Sum of RGB (Red+Green+Blue) = 138+53+145=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3591 is #75CA6E. Grayscale: #585858. Windows color (decimal): -7719535 or 9516426. OLE color: 9516426.

HSL color Cylindrical-coordinate representation of color #8A3591: hue angle of 295.43º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A3591 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 53 145 -
CMYK 0.05 0.63 0 0.43
HSL 295.43º 0.46% 0.39% -
HSV(B) 295.43º 0.63% 0.57% -
XYZ 16.87 9.99 27.83 -
YUV 88.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 138 53 145 0.05 0.63 0 0.43 295.43 0.46 0.39
Hex 8A 35 91 5 3F 0 2B 127 2E 27
Octal 212 65 221 5 77 0 53 447 56 47
Binary 10001010 110101 10010001 101 111111 0 101011 100100111 101110 100111

Color Harmonies of #8A3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3591

Black with #8A3591

Text Example


Text Example

White with #8A3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,53,145); }

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

background-color css

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

 a { background-color: rgb(138,53,145); }

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

border-color css

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

 span { border-color: rgb(138,53,145); }

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