Html Css Color HEX #8A539C Violet Blue

📋 copy color: '#8A539C'

red 138 ◦ green 83 ◦ blue 156

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

Shades of Violet Blue #8A539C

Tints of Violet Blue #8A539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 36.6%
G = 22.02%
B = 41.38%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A539C (or 0x8A539C) is known color: Violet Blue. HEX triplet: 8A, 53 and 9C. RGB value is (138,83,156). Sum of RGB (Red+Green+Blue) = 138+83+156=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539C is #75AC63. Grayscale: #6B6B6B. Windows color (decimal): -7711844 or 10245002. OLE color: 10245002.

HSL color Cylindrical-coordinate representation of color #8A539C: hue angle of 285.21º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A539C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 83 156 -
CMYK 0.12 0.47 0 0.39
HSL 285.21º 0.31% 0.47% -
HSV(B) 285.21º 0.47% 0.61% -
XYZ 19.58 13.99 33.12 -
YUV 107.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 138 83 156 0.12 0.47 0 0.39 285.21 0.31 0.47
Hex 8A 53 9C C 2F 0 27 11D 1F 2F
Octal 212 123 234 14 57 0 47 435 37 57
Binary 10001010 1010011 10011100 1100 101111 0 100111 100011101 11111 101111

Color Harmonies of #8A539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A539C

Black with #8A539C

Text Example


Text Example

White with #8A539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,83,156); }

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

background-color css

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

 a { background-color: rgb(138,83,156); }

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

border-color css

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

 span { border-color: rgb(138,83,156); }

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