Html Css Color HEX #880BD7 Dark Violet

📋 copy color: '#880BD7'

red 136 ◦ green 11 ◦ blue 215

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

Shades of Dark Violet #880BD7

Tints of Dark Violet #880BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.04%

 BLUE value IS 215 (84.38% from 255) = 59.39%

R = 37.57%
G = 3.04%
B = 59.39%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#880BD7 (or 0x880BD7) is known color: Dark Violet. HEX triplet: 88, 0B and D7. RGB value is (136,11,215). Sum of RGB (Red+Green+Blue) = 136+11+215=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #880BD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BD7 is #77F428. Grayscale: #464646. Windows color (decimal): -7861289 or 14093192. OLE color: 14093192.

HSL color Cylindrical-coordinate representation of color #880BD7: hue angle of 276.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BD7 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 11 215 -
CMYK 0.37 0.95 0 0.16
HSL 276.76º 0.9% 0.44% -
HSV(B) 276.76º 0.95% 0.84% -
XYZ 22.54 10.38 65.11 -
YUV 71.63 208.91 173.91 -
System Red Green Blue C M Y K H S L
Decimal 136 11 215 0.37 0.95 0 0.16 276.76 0.9 0.44
Hex 88 B D7 25 5F 0 10 115 5A 2C
Octal 210 13 327 45 137 0 20 425 132 54
Binary 10001000 1011 11010111 100101 1011111 0 10000 100010101 1011010 101100

Color Harmonies of #880BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BD7

Black with #880BD7

Text Example


Text Example

White with #880BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,215); }

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

background-color css

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

 a { background-color: rgb(136,11,215); }

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

border-color css

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

 span { border-color: rgb(136,11,215); }

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