#8800CC

Color #8800CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8800CC

Tints of Dark Violet #8800CC

Color information

#8800CC (or 0x8800CC) is unknown color: approx Dark Violet. HEX triplet: 88, 00 and CC. RGB value is (136,0,204). Sum of RGB (Red+Green+Blue) = 136+0+204=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #8800CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800CC is #77FF33. Grayscale: #3F3F3F. Windows color (decimal): -7864116 or 13369480. OLE color: 13369480.

HSL color Cylindrical-coordinate representation of color #8800CC: hue angle of 280º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800CC is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1360204-
CMYK0.33100.2
HSL280º100%40%-
HSV(B)280º100%80%-
XYZ21.059.5957.87-
YUV63.92207.06179.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13602040.33100.228010040
Hex880CC21640141186428
Octal21003144114402443014450
Binary1000100001100110010000111001000101001000110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8800CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8800CC; }

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

 H1.HeaderClassName
 {
   color: #8800CC;
 }
 .AnyTagClassName
 {
   color: #8800CC;
 }
</style>
background-color css

<style>
 a { background-color: #8800CC; }

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

 div.DivClassName
 {
   background-color: #8800CC;
 }
 .BgClassName
 {
   background-color: #8800CC;
 }
</style>
border-color css

<style>
 span { border-color: #8800CC; }

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

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