Html Css Color HEX #8A398E Vivid Violet

📋 copy color: '#8A398E'

red 138 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #8A398E

Tints of Vivid Violet #8A398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 40.95%
G = 16.91%
B = 42.14%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A398E (or 0x8A398E) is known color: Vivid Violet. HEX triplet: 8A, 39 and 8E. RGB value is (138,57,142). Sum of RGB (Red+Green+Blue) = 138+57+142=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A398E is #75C671. Grayscale: #5A5A5A. Windows color (decimal): -7718514 or 9320842. OLE color: 9320842.

HSL color Cylindrical-coordinate representation of color #8A398E: hue angle of 297.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A398E is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 57 142 -
CMYK 0.03 0.60 0 0.44
HSL 297.18º 0.43% 0.39% -
HSV(B) 297.18º 0.6% 0.56% -
XYZ 16.83 10.28 26.69 -
YUV 90.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 138 57 142 0.03 0.60 0 0.44 297.18 0.43 0.39
Hex 8A 39 8E 3 3C 0 2C 129 2B 27
Octal 212 71 216 3 74 0 54 451 53 47
Binary 10001010 111001 10001110 11 111100 0 101100 100101001 101011 100111

Color Harmonies of #8A398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A398E

Black with #8A398E

Text Example


Text Example

White with #8A398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,57,142); }

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

background-color css

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

 a { background-color: rgb(138,57,142); }

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

border-color css

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

 span { border-color: rgb(138,57,142); }

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