#983F92

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

Shades of Vivid Violet #983F92

Tints of Vivid Violet #983F92

Color information

#983F92 (or 0x983F92) is unknown color: approx Vivid Violet. HEX triplet: 98, 3F and 92. RGB value is (152,63,146). Sum of RGB (Red+Green+Blue) = 152+63+146=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #983F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983F92 is #67C06D. Grayscale: #626262. Windows color (decimal): -6799470 or 9584536. OLE color: 9584536.

HSL color Cylindrical-coordinate representation of color #983F92: hue angle of 304.04º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F92 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15263146-
CMYK00.590.040.40
HSL304.04º41.4%42.16%-
HSV(B)304.04º58.55%59.61%-
XYZ19.9112.3128.52-
YUV99.07154.49165.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=42.11%
G=17.45%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526314600.590.040.40304.0441.442.16
Hex983F9203B428130292a
Octal230772220734504605152
Binary10011000111111100100100111011100101000100110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F92; }

 p { color: rgb(152,63,146); }

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

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

 a { background-color: rgb(152,63,146); }

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

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

 span { border-color: rgb(152,63,146); }

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