Html Css Color HEX #880FF6 Blue Violet

📋 copy color: '#880FF6'

red 136 ◦ green 15 ◦ blue 246

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

Shades of Blue Violet #880FF6

Tints of Blue Violet #880FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.96%

R = 34.26%
G = 3.78%
B = 61.96%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#880FF6 (or 0x880FF6) is known color: Blue Violet. HEX triplet: 88, 0F and F6. RGB value is (136,15,246). Sum of RGB (Red+Green+Blue) = 136+15+246=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #880FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880FF6 is #77F009. Grayscale: #4C4C4C. Windows color (decimal): -7860234 or 16125832. OLE color: 16125832.

HSL color Cylindrical-coordinate representation of color #880FF6: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880FF6 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 15 246 -
CMYK 0.45 0.94 0 0.04
HSL 271.43º 0.93% 0.51% -
HSV(B) 271.43º 0.94% 0.96% -
XYZ 26.96 12.23 88.13 -
YUV 77.51 223.09 169.72 -
System Red Green Blue C M Y K H S L
Decimal 136 15 246 0.45 0.94 0 0.04 271.43 0.93 0.51
Hex 88 F F6 2D 5E 0 4 10F 5D 33
Octal 210 17 366 55 136 0 4 417 135 63
Binary 10001000 1111 11110110 101101 1011110 0 100 100001111 1011101 110011

Color Harmonies of #880FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FF6

Black with #880FF6

Text Example


Text Example

White with #880FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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