Html Css Color HEX #880FEB Blue Violet

📋 copy color: '#880FEB'

red 136 ◦ green 15 ◦ blue 235

#880FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #880FEB

Tints of Blue Violet #880FEB

RGB

 RED value IS 136 (53.52% from 255) = 35.23%

 GREEN value IS 15 (6.25% from 255) = 3.89%

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 35.23%
G = 3.89%
B = 60.88%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#880FEB (or 0x880FEB) is known color: Blue Violet. HEX triplet: 88, 0F and EB. RGB value is (136,15,235). Sum of RGB (Red+Green+Blue) = 136+15+235=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #880FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FEB is #77F014. Grayscale: #4B4B4B. Windows color (decimal): -7860245 or 15404936. OLE color: 15404936.

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

Color convert

RGB 136 15 235 -
CMYK 0.42 0.94 0 0.08
HSL 273º 0.88% 0.49% -
HSV(B) 273º 0.94% 0.92% -
XYZ 25.32 11.57 79.5 -
YUV 76.26 217.59 170.61 -
System Red Green Blue C M Y K H S L
Decimal 136 15 235 0.42 0.94 0 0.08 273 0.88 0.49
Hex 88 F EB 2A 5E 0 8 111 58 31
Octal 210 17 353 52 136 0 10 421 130 61
Binary 10001000 1111 11101011 101010 1011110 0 1000 100010001 1011000 110001

Color Harmonies of #880FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FEB

Black with #880FEB

Text Example


Text Example

White with #880FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,15,235); }

 H1.HeaderClassName
 {
   color: #880FEB;
 }
 .AnyTagClassName
 {
   color: #880FEB;
 }
</style>

background-color css

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

 a { background-color: rgb(136,15,235); }

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

border-color css

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

 span { border-color: rgb(136,15,235); }

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