#834384

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

Shades of Vivid Violet #834384

Tints of Vivid Violet #834384

Color information

#834384 (or 0x834384) is unknown color: approx Vivid Violet. HEX triplet: 83, 43 and 84. RGB value is (131,67,132). Sum of RGB (Red+Green+Blue) = 131+67+132=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #834384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834384 is #7CBC7B. Grayscale: #5D5D5D. Windows color (decimal): -8174716 or 8668035. OLE color: 8668035.

HSL color Cylindrical-coordinate representation of color #834384: hue angle of 299.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834384 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13167132-
CMYK0.010.4900.48
HSL299.08º32.66%39.02%-
HSV(B)299.08º49.24%51.76%-
XYZ15.5310.5123.04-
YUV93.55149.7154.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 132 (51.95% from 255) = 40%
R=39.70%
G=20.30%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131671320.010.4900.48299.0832.6639.02
Hex83438413103012b2127
Octal2031032041610604534147
Binary1000001110000111000010011100010110000100101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834384; }

 p { color: rgb(131,67,132); }

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

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

 a { background-color: rgb(131,67,132); }

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

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

 span { border-color: rgb(131,67,132); }

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