Html Css Color HEX #880FBD Dark Violet

📋 copy color: '#880FBD'

red 136 ◦ green 15 ◦ blue 189

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

Shades of Dark Violet #880FBD

Tints of Dark Violet #880FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.59%

R = 40%
G = 4.41%
B = 55.59%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#880FBD (or 0x880FBD) is known color: Dark Violet. HEX triplet: 88, 0F and BD. RGB value is (136,15,189). Sum of RGB (Red+Green+Blue) = 136+15+189=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #880FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FBD is #77F042. Grayscale: #464646. Windows color (decimal): -7860291 or 12390280. OLE color: 12390280.

HSL color Cylindrical-coordinate representation of color #880FBD: hue angle of 281.72º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880FBD is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 15 189 -
CMYK 0.28 0.92 0 0.26
HSL 281.72º 0.85% 0.4% -
HSV(B) 281.72º 0.92% 0.74% -
XYZ 19.51 9.25 48.9 -
YUV 71.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 136 15 189 0.28 0.92 0 0.26 281.72 0.85 0.4
Hex 88 F BD 1C 5C 0 1A 11A 55 28
Octal 210 17 275 34 134 0 32 432 125 50
Binary 10001000 1111 10111101 11100 1011100 0 11010 100011010 1010101 101000

Color Harmonies of #880FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FBD

Black with #880FBD

Text Example


Text Example

White with #880FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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