#840CED

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

Shades of Blue Violet #840CED

Tints of Blue Violet #840CED

Color information

#840CED (or 0x840CED) is unknown color: approx Blue Violet. HEX triplet: 84, 0C and ED. RGB value is (132,12,237). Sum of RGB (Red+Green+Blue) = 132+12+237=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #840CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840CED is #7BF312. Grayscale: #484848. Windows color (decimal): -8123155 or 15535236. OLE color: 15535236.

HSL color Cylindrical-coordinate representation of color #840CED: hue angle of 272º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840CED is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13212237-
CMYK0.440.9500.07
HSL272º90.36%48.82%-
HSV(B)272º94.94%92.94%-
XYZ24.9311.2880.98-
YUV73.53220.26169.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 12 (5.08% from 255) = 3.15%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=34.65%
G=3.15%
B=62.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132122370.440.9500.0727290.3648.82
Hex84CED2C5F071105a31
Octal20414355541370742013261
Binary10000100110011101101101100101111101111000100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840CED; }

 p { color: rgb(132,12,237); }

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

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

 a { background-color: rgb(132,12,237); }

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

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

 span { border-color: rgb(132,12,237); }

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