Html Css Color HEX #880FE7 Blue Violet

📋 copy color: '#880FE7'

red 136 ◦ green 15 ◦ blue 231

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

Shades of Blue Violet #880FE7

Tints of Blue Violet #880FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.47%

R = 35.6%
G = 3.93%
B = 60.47%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#880FE7 (or 0x880FE7) is known color: Blue Violet. HEX triplet: 88, 0F and E7. RGB value is (136,15,231). Sum of RGB (Red+Green+Blue) = 136+15+231=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #880FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FE7 is #77F018. Grayscale: #4B4B4B. Windows color (decimal): -7860249 or 15142792. OLE color: 15142792.

HSL color Cylindrical-coordinate representation of color #880FE7: hue angle of 273.61º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FE7 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 136 15 231 -
CMYK 0.41 0.94 0 0.09
HSL 273.61º 0.88% 0.48% -
HSV(B) 273.61º 0.94% 0.91% -
XYZ 24.75 11.35 76.49 -
YUV 75.8 215.59 170.94 -
System Red Green Blue C M Y K H S L
Decimal 136 15 231 0.41 0.94 0 0.09 273.61 0.88 0.48
Hex 88 F E7 29 5E 0 9 112 58 30
Octal 210 17 347 51 136 0 11 422 130 60
Binary 10001000 1111 11100111 101001 1011110 0 1001 100010010 1011000 110000

Color Harmonies of #880FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FE7

Black with #880FE7

Text Example


Text Example

White with #880FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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