#843885

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

Shades of Vivid Violet #843885

Tints of Vivid Violet #843885

Color information

#843885 (or 0x843885) is unknown color: approx Vivid Violet. HEX triplet: 84, 38 and 85. RGB value is (132,56,133). Sum of RGB (Red+Green+Blue) = 132+56+133=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #843885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843885 is #7BC77A. Grayscale: #575757. Windows color (decimal): -8111995 or 8730756. OLE color: 8730756.

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

Color convert

RGB13256133-
CMYK0.010.5800.48
HSL299.22º40.74%37.06%-
HSV(B)299.22º57.89%52.16%-
XYZ15.169.4323.21-
YUV87.5153.68159.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=41.12%
G=17.45%
B=41.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132561330.010.5800.48299.2240.7437.06
Hex84388513A03012b2925
Octal204702051720604535145
Binary100001001110001000010111110100110000100101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843885; }

 p { color: rgb(132,56,133); }

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

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

 a { background-color: rgb(132,56,133); }

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

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

 span { border-color: rgb(132,56,133); }

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