Html Css Color HEX #880BCC Dark Violet

📋 copy color: '#880BCC'

red 136 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #880BCC

Tints of Dark Violet #880BCC

RGB

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

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

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

R = 38.75%
G = 3.13%
B = 58.12%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#880BCC (or 0x880BCC) is known color: Dark Violet. HEX triplet: 88, 0B and CC. RGB value is (136,11,204). Sum of RGB (Red+Green+Blue) = 136+11+204=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #880BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BCC is #77F433. Grayscale: #454545. Windows color (decimal): -7861300 or 13372296. OLE color: 13372296.

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

Color convert

RGB 136 11 204 -
CMYK 0.33 0.95 0 0.2
HSL 278.86º 0.9% 0.42% -
HSV(B) 278.86º 0.95% 0.8% -
XYZ 21.17 9.83 57.91 -
YUV 70.38 203.41 174.81 -
System Red Green Blue C M Y K H S L
Decimal 136 11 204 0.33 0.95 0 0.2 278.86 0.9 0.42
Hex 88 B CC 21 5F 0 14 117 5A 2A
Octal 210 13 314 41 137 0 24 427 132 52
Binary 10001000 1011 11001100 100001 1011111 0 10100 100010111 1011010 101010

Color Harmonies of #880BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BCC

Black with #880BCC

Text Example


Text Example

White with #880BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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