#851CD9

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

Shades of Blue Violet #851CD9

Tints of Blue Violet #851CD9

Color information

#851CD9 (or 0x851CD9) is unknown color: approx Blue Violet. HEX triplet: 85, 1C and D9. RGB value is (133,28,217). Sum of RGB (Red+Green+Blue) = 133+28+217=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 217 (85.16% from 255 or 57.41% from 378); Max value from RGB is 217 - color contains mainly: blue. Hex color #851CD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CD9 is #7AE326. Grayscale: #505050. Windows color (decimal): -8053543 or 14228613. OLE color: 14228613.

HSL color Cylindrical-coordinate representation of color #851CD9: hue angle of 273.33º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851CD9 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13328217-
CMYK0.390.8700.15
HSL273.33º77.14%48.04%-
HSV(B)273.33º87.1%85.1%-
XYZ22.6110.8366.54-
YUV80.94204.79165.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 28 (11.33% from 255) = 7.41%
BLUE value IS 217 (85.16% from 255) = 57.41%
R=35.19%
G=7.41%
B=57.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133282170.390.8700.15273.3377.1448.04
Hex851CD927570F1114d30
Octal205343314712701742111560
Binary1000010111100110110011001111010111011111000100011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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