#851ca4

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

Shades of Vivid Violet #851CA4

Tints of Vivid Violet #851CA4

Color information

#851CA4 (or 0x851CA4) is unknown color: approx Vivid Violet. HEX triplet: 85, 1C and A4. RGB value is (133,28,164). Sum of RGB (Red+Green+Blue) = 133+28+164=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #851CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851CA4 is #7AE35B. Grayscale: #4A4A4A. Windows color (decimal): -8053596 or 10755205. OLE color: 10755205.

HSL color Cylindrical-coordinate representation of color #851CA4: hue angle of 286.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851CA4 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13328164-
CMYK0.190.8300.36
HSL286.32º70.83%37.65%-
HSV(B)286.32º82.93%64.31%-
XYZ16.798.535.88-
YUV74.9178.29169.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=40.92%
G=8.62%
B=50.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133281640.190.8300.36286.3270.8337.65
Hex851CA4135302411e4726
Octal205342442312304443610746
Binary10000101111001010010010011101001101001001000111101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851ca4; }

 p { color: rgb(133,28,164); }

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

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

 a { background-color: rgb(133,28,164); }

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

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

 span { border-color: rgb(133,28,164); }

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