#9436A1

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

Shades of Vivid Violet #9436A1

Tints of Vivid Violet #9436A1

Color information

#9436A1 (or 0x9436A1) is unknown color: approx Vivid Violet. HEX triplet: 94, 36 and A1. RGB value is (148,54,161). Sum of RGB (Red+Green+Blue) = 148+54+161=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: blue. Hex color #9436A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9436A1 is #6BC95E. Grayscale: #5D5D5D. Windows color (decimal): -7063903 or 10565268. OLE color: 10565268.

HSL color Cylindrical-coordinate representation of color #9436A1: hue angle of 292.71º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9436A1 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14854161-
CMYK0.080.6600.37
HSL292.71º49.77%42.16%-
HSV(B)292.71º66.46%63.14%-
XYZ19.9611.5134.89-
YUV94.3165.64166.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 54 (21.48% from 255) = 14.88%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=40.77%
G=14.88%
B=44.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148541610.080.6600.37292.7149.7742.16
Hex9436A1842025125322a
Octal22466241101020454456252
Binary1001010011011010100001100010000100100101100100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9436A1; }

 p { color: rgb(148,54,161); }

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

<style>
 a { background-color: #9436A1; }

 a { background-color: rgb(148,54,161); }

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

<style>
 span { border-color: #9436A1; }

 span { border-color: rgb(148,54,161); }

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