Html Css Color HEX #880FBA Dark Violet

📋 copy color: '#880FBA'

red 136 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #880FBA

Tints of Dark Violet #880FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 40.36%
G = 4.45%
B = 55.19%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#880FBA (or 0x880FBA) is known color: Dark Violet. HEX triplet: 88, 0F and BA. RGB value is (136,15,186). Sum of RGB (Red+Green+Blue) = 136+15+186=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #880FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FBA is #77F045. Grayscale: #464646. Windows color (decimal): -7860294 or 12193672. OLE color: 12193672.

HSL color Cylindrical-coordinate representation of color #880FBA: hue angle of 282.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880FBA is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 15 186 -
CMYK 0.27 0.92 0 0.27
HSL 282.46º 0.85% 0.39% -
HSV(B) 282.46º 0.92% 0.73% -
XYZ 19.19 9.12 47.2 -
YUV 70.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 136 15 186 0.27 0.92 0 0.27 282.46 0.85 0.39
Hex 88 F BA 1B 5C 0 1B 11A 55 27
Octal 210 17 272 33 134 0 33 432 125 47
Binary 10001000 1111 10111010 11011 1011100 0 11011 100011010 1010101 100111

Color Harmonies of #880FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FBA

Black with #880FBA

Text Example


Text Example

White with #880FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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