#841CFC

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

Shades of Blue Violet #841CFC

Tints of Blue Violet #841CFC

Color information

#841CFC (or 0x841CFC) is unknown color: approx Blue Violet. HEX triplet: 84, 1C and FC. RGB value is (132,28,252). Sum of RGB (Red+Green+Blue) = 132+28+252=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #841CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CFC is #7BE303. Grayscale: #535353. Windows color (decimal): -8119044 or 16522372. OLE color: 16522372.

HSL color Cylindrical-coordinate representation of color #841CFC: hue angle of 267.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841CFC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13228252-
CMYK0.480.8900.01
HSL267.86º97.39%54.9%-
HSV(B)267.86º88.89%98.82%-
XYZ27.512.7693.11-
YUV84.63222.46161.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 28 (11.33% from 255) = 6.80%
BLUE value IS 252 (98.83% from 255) = 61.17%
R=32.04%
G=6.80%
B=61.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132282520.480.8900.01267.8697.3954.9
Hex841CFC30590110c6137
Octal20434374601310141414167
Binary1000010011100111111001100001011001011000011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841CFC; }

 p { color: rgb(132,28,252); }

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

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

 a { background-color: rgb(132,28,252); }

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

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

 span { border-color: rgb(132,28,252); }

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