Html Css Color HEX #880CDD Dark Violet

📋 copy color: '#880CDD'

red 136 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #880CDD

Tints of Dark Violet #880CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.25%

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

R = 36.86%
G = 3.25%
B = 59.89%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#880CDD (or 0x880CDD) is known color: Dark Violet. HEX triplet: 88, 0C and DD. RGB value is (136,12,221). Sum of RGB (Red+Green+Blue) = 136+12+221=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #880CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CDD is #77F322. Grayscale: #484848. Windows color (decimal): -7861027 or 14486664. OLE color: 14486664.

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

Color convert

RGB 136 12 221 -
CMYK 0.38 0.95 0 0.13
HSL 275.6º 0.9% 0.46% -
HSV(B) 275.6º 0.95% 0.87% -
XYZ 23.34 10.72 69.25 -
YUV 72.9 211.58 173.01 -
System Red Green Blue C M Y K H S L
Decimal 136 12 221 0.38 0.95 0 0.13 275.6 0.9 0.46
Hex 88 C DD 26 5F 0 D 114 5A 2E
Octal 210 14 335 46 137 0 15 424 132 56
Binary 10001000 1100 11011101 100110 1011111 0 1101 100010100 1011010 101110

Color Harmonies of #880CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CDD

Black with #880CDD

Text Example


Text Example

White with #880CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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