#9634AB

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

Shades of Vivid Violet #9634AB

Tints of Vivid Violet #9634AB

Color information

#9634AB (or 0x9634AB) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and AB. RGB value is (150,52,171). Sum of RGB (Red+Green+Blue) = 150+52+171=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #9634AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9634AB is #69CB54. Grayscale: #5E5E5E. Windows color (decimal): -6933333 or 11220118. OLE color: 11220118.

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

Color convert

RGB15052171-
CMYK0.120.7000.33
HSL289.41º53.36%43.73%-
HSV(B)289.41º69.59%67.06%-
XYZ21.1611.8839.71-
YUV94.87170.97167.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=40.21%
G=13.94%
B=45.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150521710.120.7000.33289.4153.3643.73
Hex9634ABC46021121352c
Octal22664253141060414416554
Binary1001011011010010101011110010001100100001100100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9634AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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