#9639A5

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

Shades of Vivid Violet #9639A5

Tints of Vivid Violet #9639A5

Color information

#9639A5 (or 0x9639A5) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and A5. RGB value is (150,57,165). Sum of RGB (Red+Green+Blue) = 150+57+165=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #9639A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9639A5 is #69C65A. Grayscale: #606060. Windows color (decimal): -6932059 or 10828182. OLE color: 10828182.

HSL color Cylindrical-coordinate representation of color #9639A5: hue angle of 291.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9639A5 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15057165-
CMYK0.090.6500.35
HSL291.67º48.65%43.53%-
HSV(B)291.67º65.45%64.71%-
XYZ20.8312.1336.84-
YUV97.12166.31165.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=40.32%
G=15.32%
B=44.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150571650.090.6500.35291.6748.6543.53
Hex9639A5941023124312c
Octal22671245111010434446154
Binary1001011011100110100101100110000010100011100100100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9639A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9639A5; }

 p { color: rgb(150,57,165); }

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

<style>
 a { background-color: #9639A5; }

 a { background-color: rgb(150,57,165); }

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

<style>
 span { border-color: #9639A5; }

 span { border-color: rgb(150,57,165); }

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