#8633AB

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

Shades of Vivid Violet #8633AB

Tints of Vivid Violet #8633AB

Color information

#8633AB (or 0x8633AB) is unknown color: approx Vivid Violet. HEX triplet: 86, 33 and AB. RGB value is (134,51,171). Sum of RGB (Red+Green+Blue) = 134+51+171=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8633AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8633AB is #79CC54. Grayscale: #595959. Windows color (decimal): -7982165 or 11219846. OLE color: 11219846.

HSL color Cylindrical-coordinate representation of color #8633AB: hue angle of 281.5º degrees, saturation: 0.54, 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 #8633AB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13451171-
CMYK0.220.7000.33
HSL281.5º54.05%43.53%-
HSV(B)281.5º70.18%67.06%-
XYZ18.3710.3839.56-
YUV89.5174159.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=37.64%
G=14.33%
B=48.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134511710.220.7000.33281.554.0543.53
Hex8633AB164602111a362c
Octal20663253261060414326654
Binary10000110110011101010111011010001100100001100011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8633AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,51,171); }

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

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

 a { background-color: rgb(134,51,171); }

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

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

 span { border-color: rgb(134,51,171); }

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