Html Css Color HEX #8E6596 Violet Blue

📋 copy color: '#8E6596'

red 142 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #8E6596

Tints of Violet Blue #8E6596

RGB

 RED value IS 142 (55.86% from 255) = 36.13%

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 36.13%
G = 25.7%
B = 38.17%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E6596 (or 0x8E6596) is known color: Violet Blue. HEX triplet: 8E, 65 and 96. RGB value is (142,101,150). Sum of RGB (Red+Green+Blue) = 142+101+150=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6596 is #719A69. Grayscale: #767676. Windows color (decimal): -7445098 or 9856398. OLE color: 9856398.

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

Color convert

RGB 142 101 150 -
CMYK 0.05 0.33 0 0.41
HSL 290.2º 0.2% 0.49% -
HSV(B) 290.2º 0.33% 0.59% -
XYZ 21.31 17.26 31.06 -
YUV 118.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 142 101 150 0.05 0.33 0 0.41 290.2 0.2 0.49
Hex 8E 65 96 5 21 0 29 122 14 31
Octal 216 145 226 5 41 0 51 442 24 61
Binary 10001110 1100101 10010110 101 100001 0 101001 100100010 10100 110001

Color Harmonies of #8E6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6596

Black with #8E6596

Text Example


Text Example

White with #8E6596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,150); }

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

background-color css

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

 a { background-color: rgb(142,101,150); }

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

border-color css

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

 span { border-color: rgb(142,101,150); }

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