#9800CC

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

Shades of Dark Violet #9800CC

Tints of Dark Violet #9800CC

Color information

#9800CC (or 0x9800CC) is unknown color: approx Dark Violet. HEX triplet: 98, 00 and CC. RGB value is (152,0,204). Sum of RGB (Red+Green+Blue) = 152+0+204=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9800CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9800CC is #67FF33. Grayscale: #444444. Windows color (decimal): -6815540 or 13369496. OLE color: 13369496.

HSL color Cylindrical-coordinate representation of color #9800CC: hue angle of 284.71º 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 #9800CC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1520204-
CMYK0.25100.2
HSL284.71º100%40%-
HSV(B)284.71º100%80%-
XYZ23.8511.0458-
YUV68.7204.36187.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 57.30%
R=42.70%
G=0%
B=57.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15202040.25100.2284.7110040
Hex980CC196401411d6428
Octal23003143114402443514450
Binary100110000110011001100111001000101001000111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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