Html Css Color HEX #8A5796 Violet Blue

📋 copy color: '#8A5796'

red 138 ◦ green 87 ◦ blue 150

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

Shades of Violet Blue #8A5796

Tints of Violet Blue #8A5796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 36.8%
G = 23.2%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8A5796 (or 0x8A5796) is known color: Violet Blue. HEX triplet: 8A, 57 and 96. RGB value is (138,87,150). Sum of RGB (Red+Green+Blue) = 138+87+150=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5796 is #75A869. Grayscale: #6D6D6D. Windows color (decimal): -7710826 or 9852810. OLE color: 9852810.

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

Color convert

RGB 138 87 150 -
CMYK 0.08 0.42 0 0.41
HSL 288.57º 0.27% 0.46% -
HSV(B) 288.57º 0.42% 0.59% -
XYZ 19.39 14.42 30.62 -
YUV 109.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 138 87 150 0.08 0.42 0 0.41 288.57 0.27 0.46
Hex 8A 57 96 8 2A 0 29 121 1B 2E
Octal 212 127 226 10 52 0 51 441 33 56
Binary 10001010 1010111 10010110 1000 101010 0 101001 100100001 11011 101110

Color Harmonies of #8A5796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5796

Black with #8A5796

Text Example


Text Example

White with #8A5796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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