#9142F1

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

Shades of Blue Violet #9142F1

Tints of Blue Violet #9142F1

Color information

#9142F1 (or 0x9142F1) is unknown color: approx Blue Violet. HEX triplet: 91, 42 and F1. RGB value is (145,66,241). Sum of RGB (Red+Green+Blue) = 145+66+241=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #9142F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9142F1 is #6EBD0E. Grayscale: #6C6C6C. Windows color (decimal): -7257359 or 15811217. OLE color: 15811217.

HSL color Cylindrical-coordinate representation of color #9142F1: hue angle of 267.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9142F1 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14566241-
CMYK0.400.7300.05
HSL267.09º86.21%60.2%-
HSV(B)267.09º72.61%94.51%-
XYZ29.516.2784.8-
YUV109.57202.17153.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.08%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=32.08%
G=14.60%
B=53.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145662410.400.7300.05267.0986.2160.2
Hex9142F128490510b563c
Octal221102361501110541312674
Binary10010001100001011110001101000100100101011000010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9142F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9142F1; }

 p { color: rgb(145,66,241); }

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

<style>
 a { background-color: #9142F1; }

 a { background-color: rgb(145,66,241); }

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

<style>
 span { border-color: #9142F1; }

 span { border-color: rgb(145,66,241); }

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