Html Css Color HEX #8A3695 Vivid Violet

📋 copy color: '#8A3695'

red 138 ◦ green 54 ◦ blue 149

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

Shades of Vivid Violet #8A3695

Tints of Vivid Violet #8A3695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 40.47%
G = 15.84%
B = 43.7%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A3695 (or 0x8A3695) is known color: Vivid Violet. HEX triplet: 8A, 36 and 95. RGB value is (138,54,149). Sum of RGB (Red+Green+Blue) = 138+54+149=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A3695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3695 is #75C96A. Grayscale: #595959. Windows color (decimal): -7719275 or 9778826. OLE color: 9778826.

HSL color Cylindrical-coordinate representation of color #8A3695: hue angle of 293.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3695 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 54 149 -
CMYK 0.07 0.64 0 0.42
HSL 293.05º 0.47% 0.4% -
HSV(B) 293.05º 0.64% 0.58% -
XYZ 17.23 10.21 29.5 -
YUV 89.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 138 54 149 0.07 0.64 0 0.42 293.05 0.47 0.4
Hex 8A 36 95 7 40 0 2A 125 2F 28
Octal 212 66 225 7 100 0 52 445 57 50
Binary 10001010 110110 10010101 111 1000000 0 101010 100100101 101111 101000

Color Harmonies of #8A3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3695

Black with #8A3695

Text Example


Text Example

White with #8A3695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,54,149); }

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

background-color css

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

 a { background-color: rgb(138,54,149); }

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

border-color css

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

 span { border-color: rgb(138,54,149); }

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