Html Css Color HEX #880BDA Dark Violet

📋 copy color: '#880BDA'

red 136 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #880BDA

Tints of Dark Violet #880BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 37.26%
G = 3.01%
B = 59.73%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#880BDA (or 0x880BDA) is known color: Dark Violet. HEX triplet: 88, 0B and DA. RGB value is (136,11,218). Sum of RGB (Red+Green+Blue) = 136+11+218=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #880BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDA is #77F425. Grayscale: #474747. Windows color (decimal): -7861286 or 14289800. OLE color: 14289800.

HSL color Cylindrical-coordinate representation of color #880BDA: hue angle of 276.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BDA is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 11 218 -
CMYK 0.38 0.95 0 0.15
HSL 276.23º 0.9% 0.45% -
HSV(B) 276.23º 0.95% 0.85% -
XYZ 22.93 10.54 67.15 -
YUV 71.97 210.41 173.67 -
System Red Green Blue C M Y K H S L
Decimal 136 11 218 0.38 0.95 0 0.15 276.23 0.9 0.45
Hex 88 B DA 26 5F 0 F 114 5A 2D
Octal 210 13 332 46 137 0 17 424 132 55
Binary 10001000 1011 11011010 100110 1011111 0 1111 100010100 1011010 101101

Color Harmonies of #880BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BDA

Black with #880BDA

Text Example


Text Example

White with #880BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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