Html Css Color HEX #8A309E Vivid Violet

📋 copy color: '#8A309E'

red 138 ◦ green 48 ◦ blue 158

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

Shades of Vivid Violet #8A309E

Tints of Vivid Violet #8A309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 40.12%
G = 13.95%
B = 45.93%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A309E (or 0x8A309E) is known color: Vivid Violet. HEX triplet: 8A, 30 and 9E. RGB value is (138,48,158). Sum of RGB (Red+Green+Blue) = 138+48+158=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A309E is #75CF61. Grayscale: #575757. Windows color (decimal): -7720802 or 10367114. OLE color: 10367114.

HSL color Cylindrical-coordinate representation of color #8A309E: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A309E is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 48 158 -
CMYK 0.13 0.70 0 0.38
HSL 289.09º 0.53% 0.4% -
HSV(B) 289.09º 0.7% 0.62% -
XYZ 17.71 9.99 33.34 -
YUV 87.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 138 48 158 0.13 0.70 0 0.38 289.09 0.53 0.4
Hex 8A 30 9E D 46 0 26 121 35 28
Octal 212 60 236 15 106 0 46 441 65 50
Binary 10001010 110000 10011110 1101 1000110 0 100110 100100001 110101 101000

Color Harmonies of #8A309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A309E

Black with #8A309E

Text Example


Text Example

White with #8A309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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