#92479D

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

Shades of Vivid Violet #92479D

Tints of Vivid Violet #92479D

Color information

#92479D (or 0x92479D) is unknown color: approx Vivid Violet. HEX triplet: 92, 47 and 9D. RGB value is (146,71,157). Sum of RGB (Red+Green+Blue) = 146+71+157=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #92479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92479D is #6DB862. Grayscale: #666666. Windows color (decimal): -7190627 or 10307474. OLE color: 10307474.

HSL color Cylindrical-coordinate representation of color #92479D: hue angle of 292.33º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92479D is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14671157-
CMYK0.070.5500.38
HSL292.33º37.72%44.71%-
HSV(B)292.33º54.78%61.57%-
XYZ20.1913.0533.35-
YUV103.23158.35158.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=39.04%
G=18.98%
B=41.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146711570.070.5500.38292.3337.7244.71
Hex92479D737026124262d
Octal2221072357670464444655
Binary100100101000111100111011111101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92479D; }

 p { color: rgb(146,71,157); }

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

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

 a { background-color: rgb(146,71,157); }

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

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

 span { border-color: rgb(146,71,157); }

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