#983292

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

Shades of Vivid Violet #983292

Tints of Vivid Violet #983292

Color information

#983292 (or 0x983292) is unknown color: approx Vivid Violet. HEX triplet: 98, 32 and 92. RGB value is (152,50,146). Sum of RGB (Red+Green+Blue) = 152+50+146=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #983292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983292 is #67CD6D. Grayscale: #5B5B5B. Windows color (decimal): -6802798 or 9581208. OLE color: 9581208.

HSL color Cylindrical-coordinate representation of color #983292: hue angle of 303.53º 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 #983292 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15250146-
CMYK00.670.040.40
HSL303.53º50.5%39.61%-
HSV(B)303.53º67.11%59.61%-
XYZ19.2811.0328.31-
YUV91.44158.79171.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=43.68%
G=14.37%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525014600.670.040.40303.5350.539.61
Hex9832920434281303228
Octal2306222201034504606250
Binary100110001100101001001001000011100101000100110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983292; }

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

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

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

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

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

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

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

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