#880CF3

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

Shades of Blue Violet #880CF3

Tints of Blue Violet #880CF3

Color information

#880CF3 (or 0x880CF3) is unknown color: approx Blue Violet. HEX triplet: 88, 0C and F3. RGB value is (136,12,243). Sum of RGB (Red+Green+Blue) = 136+12+243=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #880CF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CF3 is #77F30C. Grayscale: #4A4A4A. Windows color (decimal): -7861005 or 15928456. OLE color: 15928456.

HSL color Cylindrical-coordinate representation of color #880CF3: hue angle of 272.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CF3 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13612243-
CMYK0.440.9500.05
HSL272.21º90.59%50%-
HSV(B)272.21º95.06%95.29%-
XYZ26.4611.9785.71-
YUV75.41222.58171.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 12 (5.08% from 255) = 3.07%
BLUE value IS 243 (95.31% from 255) = 62.15%
R=34.78%
G=3.07%
B=62.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136122430.440.9500.05272.2190.5950
Hex88CF32C5F051105b32
Octal21014363541370542013362
Binary10001000110011110011101100101111101011000100001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880CF3; }

 p { color: rgb(136,12,243); }

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

<style>
 a { background-color: #880CF3; }

 a { background-color: rgb(136,12,243); }

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

<style>
 span { border-color: #880CF3; }

 span { border-color: rgb(136,12,243); }

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