#9635AB

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

Shades of Vivid Violet #9635AB

Tints of Vivid Violet #9635AB

Color information

#9635AB (or 0x9635AB) is unknown color: approx Vivid Violet. HEX triplet: 96, 35 and AB. RGB value is (150,53,171). Sum of RGB (Red+Green+Blue) = 150+53+171=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9635AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635AB is #69CA54. Grayscale: #5F5F5F. Windows color (decimal): -6933077 or 11220374. OLE color: 11220374.

HSL color Cylindrical-coordinate representation of color #9635AB: hue angle of 289.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9635AB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15053171-
CMYK0.120.6900.33
HSL289.32º52.68%43.92%-
HSV(B)289.32º69.01%67.06%-
XYZ21.211.9739.72-
YUV95.46170.64166.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=40.11%
G=14.17%
B=45.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150531710.120.6900.33289.3252.6843.92
Hex9635ABC45021121352c
Octal22665253141050414416554
Binary1001011011010110101011110010001010100001100100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9635AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9635AB; }

 p { color: rgb(150,53,171); }

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

<style>
 a { background-color: #9635AB; }

 a { background-color: rgb(150,53,171); }

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

<style>
 span { border-color: #9635AB; }

 span { border-color: rgb(150,53,171); }

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