#880BEA

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

Shades of Dark Violet #880BEA

Tints of Dark Violet #880BEA

Color information

#880BEA (or 0x880BEA) is unknown color: approx Dark Violet. HEX triplet: 88, 0B and EA. RGB value is (136,11,234). Sum of RGB (Red+Green+Blue) = 136+11+234=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #880BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BEA is #77F415. Grayscale: #494949. Windows color (decimal): -7861270 or 15338376. OLE color: 15338376.

HSL color Cylindrical-coordinate representation of color #880BEA: hue angle of 273.63º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BEA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13611234-
CMYK0.420.9500.08
HSL273.63º91.02%48.04%-
HSV(B)273.63º95.3%91.76%-
XYZ25.1211.4178.72-
YUV73.8218.41172.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 11 (4.69% from 255) = 2.89%
BLUE value IS 234 (91.80% from 255) = 61.42%
R=35.70%
G=2.89%
B=61.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal136112340.420.9500.08273.6391.0248.04
Hex88BEA2A5F081125b30
Octal210133525213701042213360
Binary100010001011111010101010101011111010001000100101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,11,234); }

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

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

 a { background-color: rgb(136,11,234); }

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

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

 span { border-color: rgb(136,11,234); }

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