#9634A4

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

Shades of Vivid Violet #9634A4

Tints of Vivid Violet #9634A4

Color information

#9634A4 (or 0x9634A4) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and A4. RGB value is (150,52,164). Sum of RGB (Red+Green+Blue) = 150+52+164=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 52 (20.70% from 255 or 14.21% 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 #9634A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9634A4 is #69CB5B. Grayscale: #5D5D5D. Windows color (decimal): -6933340 or 10761366. OLE color: 10761366.

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

Color convert

RGB15052164-
CMYK0.090.6800.36
HSL292.5º51.85%42.35%-
HSV(B)292.5º68.29%64.31%-
XYZ20.5111.6236.28-
YUV94.07167.47167.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 164 (64.45% from 255) = 44.81%
R=40.98%
G=14.21%
B=44.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150521640.090.6800.36292.551.8542.35
Hex9634A4944024124342a
Octal22664244111040444446452
Binary1001011011010010100100100110001000100100100100100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9634A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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