Html Css Color HEX #8A5598 Violet Blue

📋 copy color: '#8A5598'

red 138 ◦ green 85 ◦ blue 152

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

Shades of Violet Blue #8A5598

Tints of Violet Blue #8A5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 36.8%
G = 22.67%
B = 40.53%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A5598 (or 0x8A5598) is known color: Violet Blue. HEX triplet: 8A, 55 and 98. RGB value is (138,85,152). Sum of RGB (Red+Green+Blue) = 138+85+152=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5598 is #75AA67. Grayscale: #6C6C6C. Windows color (decimal): -7711336 or 9983370. OLE color: 9983370.

HSL color Cylindrical-coordinate representation of color #8A5598: hue angle of 287.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A5598 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 85 152 -
CMYK 0.09 0.44 0 0.40
HSL 287.46º 0.28% 0.46% -
HSV(B) 287.46º 0.44% 0.6% -
XYZ 19.4 14.17 31.42 -
YUV 108.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 138 85 152 0.09 0.44 0 0.40 287.46 0.28 0.46
Hex 8A 55 98 9 2C 0 28 11F 1C 2E
Octal 212 125 230 11 54 0 50 437 34 56
Binary 10001010 1010101 10011000 1001 101100 0 101000 100011111 11100 101110

Color Harmonies of #8A5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5598

Black with #8A5598

Text Example


Text Example

White with #8A5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,152); }

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

background-color css

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

 a { background-color: rgb(138,85,152); }

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

border-color css

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

 span { border-color: rgb(138,85,152); }

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