Html Css Color HEX #8C309B Vivid Violet

📋 copy color: '#8C309B'

red 140 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #8C309B

Tints of Vivid Violet #8C309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 40.82%
G = 13.99%
B = 45.19%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C309B (or 0x8C309B) is known color: Vivid Violet. HEX triplet: 8C, 30 and 9B. RGB value is (140,48,155). Sum of RGB (Red+Green+Blue) = 140+48+155=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C309B is #73CF64. Grayscale: #575757. Windows color (decimal): -7589733 or 10170508. OLE color: 10170508.

HSL color Cylindrical-coordinate representation of color #8C309B: hue angle of 291.59º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C309B is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 48 155 -
CMYK 0.10 0.69 0 0.39
HSL 291.59º 0.53% 0.4% -
HSV(B) 291.59º 0.69% 0.61% -
XYZ 17.79 10.06 32.01 -
YUV 87.71 165.98 165.3 -
System Red Green Blue C M Y K H S L
Decimal 140 48 155 0.10 0.69 0 0.39 291.59 0.53 0.4
Hex 8C 30 9B A 45 0 27 124 35 28
Octal 214 60 233 12 105 0 47 444 65 50
Binary 10001100 110000 10011011 1010 1000101 0 100111 100100100 110101 101000

Color Harmonies of #8C309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C309B

Black with #8C309B

Text Example


Text Example

White with #8C309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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