Html Css Color HEX #8E6598 Violet Blue

📋 copy color: '#8E6598'

red 142 ◦ green 101 ◦ blue 152

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

Shades of Violet Blue #8E6598

Tints of Violet Blue #8E6598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 35.95%
G = 25.57%
B = 38.48%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E6598 (or 0x8E6598) is known color: Violet Blue. HEX triplet: 8E, 65 and 98. RGB value is (142,101,152). Sum of RGB (Red+Green+Blue) = 142+101+152=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6598 is #719A67. Grayscale: #767676. Windows color (decimal): -7445096 or 9987470. OLE color: 9987470.

HSL color Cylindrical-coordinate representation of color #8E6598: hue angle of 288.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6598 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 101 152 -
CMYK 0.07 0.34 0 0.40
HSL 288.24º 0.2% 0.5% -
HSV(B) 288.24º 0.34% 0.6% -
XYZ 21.48 17.33 31.92 -
YUV 119.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 142 101 152 0.07 0.34 0 0.40 288.24 0.2 0.5
Hex 8E 65 98 7 22 0 28 120 14 32
Octal 216 145 230 7 42 0 50 440 24 62
Binary 10001110 1100101 10011000 111 100010 0 101000 100100000 10100 110010

Color Harmonies of #8E6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6598

Black with #8E6598

Text Example


Text Example

White with #8E6598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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