Html Css Color HEX #8A369E Vivid Violet

📋 copy color: '#8A369E'

red 138 ◦ green 54 ◦ blue 158

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

Shades of Vivid Violet #8A369E

Tints of Vivid Violet #8A369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 39.43%
G = 15.43%
B = 45.14%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A369E (or 0x8A369E) is known color: Vivid Violet. HEX triplet: 8A, 36 and 9E. RGB value is (138,54,158). Sum of RGB (Red+Green+Blue) = 138+54+158=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A369E is #75C961. Grayscale: #5A5A5A. Windows color (decimal): -7719266 or 10368650. OLE color: 10368650.

HSL color Cylindrical-coordinate representation of color #8A369E: hue angle of 288.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A369E is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 54 158 -
CMYK 0.13 0.66 0 0.38
HSL 288.46º 0.49% 0.42% -
HSV(B) 288.46º 0.66% 0.62% -
XYZ 17.97 10.51 33.43 -
YUV 90.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 138 54 158 0.13 0.66 0 0.38 288.46 0.49 0.42
Hex 8A 36 9E D 42 0 26 120 31 2A
Octal 212 66 236 15 102 0 46 440 61 52
Binary 10001010 110110 10011110 1101 1000010 0 100110 100100000 110001 101010

Color Harmonies of #8A369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A369E

Black with #8A369E

Text Example


Text Example

White with #8A369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,54,158); }

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

background-color css

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

 a { background-color: rgb(138,54,158); }

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

border-color css

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

 span { border-color: rgb(138,54,158); }

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