Html Css Color HEX #880BD5 Dark Violet

📋 copy color: '#880BD5'

red 136 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #880BD5

Tints of Dark Violet #880BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.17%

R = 37.78%
G = 3.06%
B = 59.17%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#880BD5 (or 0x880BD5) is known color: Dark Violet. HEX triplet: 88, 0B and D5. RGB value is (136,11,213). Sum of RGB (Red+Green+Blue) = 136+11+213=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #880BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BD5 is #77F42A. Grayscale: #464646. Windows color (decimal): -7861291 or 13962120. OLE color: 13962120.

HSL color Cylindrical-coordinate representation of color #880BD5: hue angle of 277.13º 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 #880BD5 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 11 213 -
CMYK 0.36 0.95 0 0.16
HSL 277.13º 0.9% 0.44% -
HSV(B) 277.13º 0.95% 0.84% -
XYZ 22.28 10.28 63.76 -
YUV 71.4 207.91 174.07 -
System Red Green Blue C M Y K H S L
Decimal 136 11 213 0.36 0.95 0 0.16 277.13 0.9 0.44
Hex 88 B D5 24 5F 0 10 115 5A 2C
Octal 210 13 325 44 137 0 20 425 132 54
Binary 10001000 1011 11010101 100100 1011111 0 10000 100010101 1011010 101100

Color Harmonies of #880BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BD5

Black with #880BD5

Text Example


Text Example

White with #880BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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