Html Css Color HEX #8C309E Vivid Violet

📋 copy color: '#8C309E'

red 140 ◦ green 48 ◦ blue 158

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

Shades of Vivid Violet #8C309E

Tints of Vivid Violet #8C309E

RGB

 RED value IS 140 (55.08% from 255) = 40.46%

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

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

R = 40.46%
G = 13.87%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C309E (or 0x8C309E) is known color: Vivid Violet. HEX triplet: 8C, 30 and 9E. RGB value is (140,48,158). Sum of RGB (Red+Green+Blue) = 140+48+158=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C309E is #73CF61. Grayscale: #575757. Windows color (decimal): -7589730 or 10367116. OLE color: 10367116.

HSL color Cylindrical-coordinate representation of color #8C309E: hue angle of 290.18º 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 #8C309E is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 48 158 -
CMYK 0.11 0.70 0 0.38
HSL 290.18º 0.53% 0.4% -
HSV(B) 290.18º 0.7% 0.62% -
XYZ 18.04 10.16 33.36 -
YUV 88.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 140 48 158 0.11 0.70 0 0.38 290.18 0.53 0.4
Hex 8C 30 9E B 46 0 26 122 35 28
Octal 214 60 236 13 106 0 46 442 65 50
Binary 10001100 110000 10011110 1011 1000110 0 100110 100100010 110101 101000

Color Harmonies of #8C309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C309E

Black with #8C309E

Text Example


Text Example

White with #8C309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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