Html Css Color HEX #8E6296 Violet Blue

📋 copy color: '#8E6296'

red 142 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #8E6296

Tints of Violet Blue #8E6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 36.41%
G = 25.13%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E6296 (or 0x8E6296) is known color: Violet Blue. HEX triplet: 8E, 62 and 96. RGB value is (142,98,150). Sum of RGB (Red+Green+Blue) = 142+98+150=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6296 is #719D69. Grayscale: #747474. Windows color (decimal): -7445866 or 9855630. OLE color: 9855630.

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

Color convert

RGB 142 98 150 -
CMYK 0.05 0.35 0 0.41
HSL 290.77º 0.21% 0.49% -
HSV(B) 290.77º 0.35% 0.59% -
XYZ 21.03 16.69 30.97 -
YUV 117.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 142 98 150 0.05 0.35 0 0.41 290.77 0.21 0.49
Hex 8E 62 96 5 23 0 29 123 15 31
Octal 216 142 226 5 43 0 51 443 25 61
Binary 10001110 1100010 10010110 101 100011 0 101001 100100011 10101 110001

Color Harmonies of #8E6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6296

Black with #8E6296

Text Example


Text Example

White with #8E6296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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