#8C419B

Color #8C419B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8C419B

Tints of Vivid Violet #8C419B

Color information

#8C419B (or 0x8C419B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 41 and 9B. RGB value is (140,65,155). Sum of RGB (Red+Green+Blue) = 140+65+155=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C419B is #73BE64. Grayscale: #616161. Windows color (decimal): -7585381 or 10174860. OLE color: 10174860.

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

Color convert

RGB14065155-
CMYK0.100.5800.39
HSL290º40.91%43.14%-
HSV(B)290º58.06%60.78%-
XYZ18.6211.7232.29-
YUV97.68160.35158.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=38.89%
G=18.06%
B=43.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140651550.100.5800.3929040.9143.14
Hex8C419BA3A027122292b
Octal21410123312720474425153
Binary1000110010000011001101110101110100100111100100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C419B;
 }
 .AnyTagClassName
 {
   color: #8C419B;
 }
</style>
background-color css

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

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

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

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

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

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