Html Css Color HEX #8A3396 Vivid Violet

📋 copy color: '#8A3396'

red 138 ◦ green 51 ◦ blue 150

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

Shades of Vivid Violet #8A3396

Tints of Vivid Violet #8A3396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 40.71%
G = 15.04%
B = 44.25%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8A3396 (or 0x8A3396) is known color: Vivid Violet. HEX triplet: 8A, 33 and 96. RGB value is (138,51,150). Sum of RGB (Red+Green+Blue) = 138+51+150=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3396 is #75CC69. Grayscale: #575757. Windows color (decimal): -7720042 or 9843594. OLE color: 9843594.

HSL color Cylindrical-coordinate representation of color #8A3396: hue angle of 292.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A3396 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 51 150 -
CMYK 0.08 0.66 0 0.41
HSL 292.73º 0.49% 0.39% -
HSV(B) 292.73º 0.66% 0.59% -
XYZ 17.17 9.97 29.87 -
YUV 88.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 138 51 150 0.08 0.66 0 0.41 292.73 0.49 0.39
Hex 8A 33 96 8 42 0 29 125 31 27
Octal 212 63 226 10 102 0 51 445 61 47
Binary 10001010 110011 10010110 1000 1000010 0 101001 100100101 110001 100111

Color Harmonies of #8A3396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3396

Black with #8A3396

Text Example


Text Example

White with #8A3396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,51,150); }

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

background-color css

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

 a { background-color: rgb(138,51,150); }

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

border-color css

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

 span { border-color: rgb(138,51,150); }

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