Html Css Color HEX #880CCC Dark Violet

📋 copy color: '#880CCC'

red 136 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #880CCC

Tints of Dark Violet #880CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 38.64%
G = 3.41%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#880CCC (or 0x880CCC) is known color: Dark Violet. HEX triplet: 88, 0C and CC. RGB value is (136,12,204). Sum of RGB (Red+Green+Blue) = 136+12+204=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #880CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CCC is #77F333. Grayscale: #464646. Windows color (decimal): -7861044 or 13372552. OLE color: 13372552.

HSL color Cylindrical-coordinate representation of color #880CCC: hue angle of 278.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880CCC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 12 204 -
CMYK 0.33 0.94 0 0.2
HSL 278.75º 0.89% 0.42% -
HSV(B) 278.75º 0.94% 0.8% -
XYZ 21.18 9.86 57.91 -
YUV 70.96 203.08 174.39 -
System Red Green Blue C M Y K H S L
Decimal 136 12 204 0.33 0.94 0 0.2 278.75 0.89 0.42
Hex 88 C CC 21 5E 0 14 117 59 2A
Octal 210 14 314 41 136 0 24 427 131 52
Binary 10001000 1100 11001100 100001 1011110 0 10100 100010111 1011001 101010

Color Harmonies of #880CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CCC

Black with #880CCC

Text Example


Text Example

White with #880CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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