#834285

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

Shades of Vivid Violet #834285

Tints of Vivid Violet #834285

Color information

#834285 (or 0x834285) is unknown color: approx Vivid Violet. HEX triplet: 83, 42 and 85. RGB value is (131,66,133). Sum of RGB (Red+Green+Blue) = 131+66+133=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #834285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834285 is #7CBD7A. Grayscale: #5C5C5C. Windows color (decimal): -8174971 or 8733315. OLE color: 8733315.

HSL color Cylindrical-coordinate representation of color #834285: hue angle of 298.21º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834285 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13166133-
CMYK0.020.5000.48
HSL298.21º33.67%39.02%-
HSV(B)298.21º50.38%52.16%-
XYZ15.5410.4223.38-
YUV93.07150.53155.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=39.70%
G=20%
B=40.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131661330.020.5000.48298.2133.6739.02
Hex83428523203012a2227
Octal2031022052620604524247
Binary10000011100001010000101101100100110000100101010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834285; }

 p { color: rgb(131,66,133); }

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

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

 a { background-color: rgb(131,66,133); }

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

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

 span { border-color: rgb(131,66,133); }

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