#92429D

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

Shades of Vivid Violet #92429D

Tints of Vivid Violet #92429D

Color information

#92429D (or 0x92429D) is unknown color: approx Vivid Violet. HEX triplet: 92, 42 and 9D. RGB value is (146,66,157). Sum of RGB (Red+Green+Blue) = 146+66+157=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #92429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92429D is #6DBD62. Grayscale: #646464. Windows color (decimal): -7191907 or 10306194. OLE color: 10306194.

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

Color convert

RGB14666157-
CMYK0.070.5800.38
HSL292.75º40.81%43.73%-
HSV(B)292.75º57.96%61.57%-
XYZ19.8912.4433.25-
YUV100.29160160.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=39.57%
G=17.89%
B=42.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146661570.070.5800.38292.7540.8143.73
Hex92429D73A026125292c
Octal2221022357720464455154
Binary100100101000010100111011111110100100110100100101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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