#8142FF

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

Shades of Blue Violet #8142FF

Tints of Blue Violet #8142FF

Color information

#8142FF (or 0x8142FF) is unknown color: approx Blue Violet. HEX triplet: 81, 42 and FF. RGB value is (129,66,255). Sum of RGB (Red+Green+Blue) = 129+66+255=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8142FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8142FF is #7EBD00. Grayscale: #696969. Windows color (decimal): -8305921 or 16728705. OLE color: 16728705.

HSL color Cylindrical-coordinate representation of color #8142FF: hue angle of 260º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8142FF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12966255-
CMYK0.490.7400
HSL260º100%62.94%-
HSV(B)260º74.12%100%-
XYZ29.0515.7896.12-
YUV106.38211.87144.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 255 (100% from 255) = 56.67%
R=28.67%
G=14.67%
B=56.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129662550.490.740026010062.94
Hex8142FF314A00104643f
Octal201102377611120040414477
Binary100000011000010111111111100011001010001000001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8142FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8142FF; }

 p { color: rgb(129,66,255); }

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

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

 a { background-color: rgb(129,66,255); }

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

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

 span { border-color: rgb(129,66,255); }

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