Html Css Color HEX #880FDD Dark Violet

📋 copy color: '#880FDD'

red 136 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #880FDD

Tints of Dark Violet #880FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 36.56%
G = 4.03%
B = 59.41%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#880FDD (or 0x880FDD) is known color: Dark Violet. HEX triplet: 88, 0F and DD. RGB value is (136,15,221). Sum of RGB (Red+Green+Blue) = 136+15+221=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #880FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880FDD is #77F022. Grayscale: #494949. Windows color (decimal): -7860259 or 14487432. OLE color: 14487432.

HSL color Cylindrical-coordinate representation of color #880FDD: hue angle of 275.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880FDD is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 15 221 -
CMYK 0.38 0.93 0 0.13
HSL 275.24º 0.87% 0.46% -
HSV(B) 275.24º 0.93% 0.87% -
XYZ 23.38 10.8 69.26 -
YUV 74.66 210.59 171.75 -
System Red Green Blue C M Y K H S L
Decimal 136 15 221 0.38 0.93 0 0.13 275.24 0.87 0.46
Hex 88 F DD 26 5D 0 D 113 57 2E
Octal 210 17 335 46 135 0 15 423 127 56
Binary 10001000 1111 11011101 100110 1011101 0 1101 100010011 1010111 101110

Color Harmonies of #880FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880FDD

Black with #880FDD

Text Example


Text Example

White with #880FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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