#983399

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

Shades of Vivid Violet #983399

Tints of Vivid Violet #983399

Color information

#983399 (or 0x983399) is unknown color: approx Vivid Violet. HEX triplet: 98, 33 and 99. RGB value is (152,51,153). Sum of RGB (Red+Green+Blue) = 152+51+153=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #983399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983399 is #67CC66. Grayscale: #5C5C5C. Windows color (decimal): -6802535 or 10040216. OLE color: 10040216.

HSL color Cylindrical-coordinate representation of color #983399: hue angle of 299.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983399 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15251153-
CMYK0.010.6700.4
HSL299.41º50%40%-
HSV(B)299.41º66.67%60%-
XYZ19.8811.3431.28-
YUV92.83161.96170.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=42.70%
G=14.33%
B=42.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152511530.010.6700.4299.415040
Hex98339914302812b3228
Octal2306323111030504536250
Binary1001100011001110011001110000110101000100101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983399; }

 p { color: rgb(152,51,153); }

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

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

 a { background-color: rgb(152,51,153); }

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

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

 span { border-color: rgb(152,51,153); }

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