#9643A4

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

Shades of Vivid Violet #9643A4

Tints of Vivid Violet #9643A4

Color information

#9643A4 (or 0x9643A4) is unknown color: approx Vivid Violet. HEX triplet: 96, 43 and A4. RGB value is (150,67,164). Sum of RGB (Red+Green+Blue) = 150+67+164=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #9643A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643A4 is #69BC5B. Grayscale: #666666. Windows color (decimal): -6929500 or 10765206. OLE color: 10765206.

HSL color Cylindrical-coordinate representation of color #9643A4: hue angle of 291.34º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9643A4 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15067164-
CMYK0.090.5900.36
HSL291.34º41.99%45.29%-
HSV(B)291.34º59.15%64.31%-
XYZ21.2913.1836.54-
YUV102.88162.5161.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 164 (64.45% from 255) = 43.04%
R=39.37%
G=17.59%
B=43.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150671640.090.5900.36291.3441.9945.29
Hex9643A493B0241232a2d
Octal22610324411730444435255
Binary1001011010000111010010010011110110100100100100011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,67,164); }

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

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

 a { background-color: rgb(150,67,164); }

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

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

 span { border-color: rgb(150,67,164); }

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