#92379D

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

Shades of Vivid Violet #92379D

Tints of Vivid Violet #92379D

Color information

#92379D (or 0x92379D) is unknown color: approx Vivid Violet. HEX triplet: 92, 37 and 9D. RGB value is (146,55,157). Sum of RGB (Red+Green+Blue) = 146+55+157=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #92379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92379D is #6DC862. Grayscale: #5D5D5D. Windows color (decimal): -7194723 or 10303378. OLE color: 10303378.

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

Color convert

RGB14655157-
CMYK0.070.6500.38
HSL293.53º48.11%41.57%-
HSV(B)293.53º64.97%61.57%-
XYZ19.3111.2833.06-
YUV93.84163.65165.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=40.78%
G=15.36%
B=43.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146551570.070.6500.38293.5348.1141.57
Hex92379D741026126302a
Octal2226723571010464466052
Binary100100101101111001110111110000010100110100100110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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