#9436A4

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

Shades of Vivid Violet #9436A4

Tints of Vivid Violet #9436A4

Color information

#9436A4 (or 0x9436A4) is unknown color: approx Vivid Violet. HEX triplet: 94, 36 and A4. RGB value is (148,54,164). Sum of RGB (Red+Green+Blue) = 148+54+164=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #9436A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9436A4 is #6BC95B. Grayscale: #5E5E5E. Windows color (decimal): -7063900 or 10761876. OLE color: 10761876.

HSL color Cylindrical-coordinate representation of color #9436A4: hue angle of 291.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9436A4 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14854164-
CMYK0.100.6700.36
HSL291.27º50.46%42.75%-
HSV(B)291.27º67.07%64.31%-
XYZ20.2311.6136.3-
YUV94.65167.14166.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 164 (64.45% from 255) = 44.81%
R=40.44%
G=14.75%
B=44.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148541640.100.6700.36291.2750.4642.75
Hex9436A4A43024123322b
Octal22466244121030444436253
Binary1001010011011010100100101010000110100100100100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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