#9C289E

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

Shades of Vivid Violet #9C289E

Tints of Vivid Violet #9C289E

Color information

#9C289E (or 0x9C289E) is unknown color: approx Vivid Violet. HEX triplet: 9C, 28 and 9E. RGB value is (156,40,158). Sum of RGB (Red+Green+Blue) = 156+40+158=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C289E is #63D761. Grayscale: #575757. Windows color (decimal): -6543202 or 10365084. OLE color: 10365084.

HSL color Cylindrical-coordinate representation of color #9C289E: hue angle of 298.98º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C289E is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15640158-
CMYK0.010.7500.38
HSL298.98º59.6%38.82%-
HSV(B)298.98º74.68%61.96%-
XYZ20.6411.0533.39-
YUV88.14167.43176.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 40 (16.02% from 255) = 11.30%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=44.07%
G=11.30%
B=44.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156401580.010.7500.38298.9859.638.82
Hex9C289E14B02612b3c27
Octal2345023611130464537447
Binary1001110010100010011110110010110100110100101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C289E; }

 p { color: rgb(156,40,158); }

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

<style>
 a { background-color: #9C289E; }

 a { background-color: rgb(156,40,158); }

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

<style>
 span { border-color: #9C289E; }

 span { border-color: rgb(156,40,158); }

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