#923D96

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

Shades of Vivid Violet #923D96

Tints of Vivid Violet #923D96

Color information

#923D96 (or 0x923D96) is unknown color: approx Vivid Violet. HEX triplet: 92, 3D and 96. RGB value is (146,61,150). Sum of RGB (Red+Green+Blue) = 146+61+150=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #923D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923D96 is #6DC269. Grayscale: #606060. Windows color (decimal): -7193194 or 9846162. OLE color: 9846162.

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

Color convert

RGB14661150-
CMYK0.030.5900.41
HSL297.3º42.18%41.37%-
HSV(B)297.3º59.33%58.82%-
XYZ19.0311.6530.1-
YUV96.56158.16163.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=40.90%
G=17.09%
B=42.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146611500.030.5900.41297.342.1841.37
Hex923D9633B0291292a29
Octal222752263730514515251
Binary1001001011110110010110111110110101001100101001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923D96; }

 p { color: rgb(146,61,150); }

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

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

 a { background-color: rgb(146,61,150); }

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

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

 span { border-color: rgb(146,61,150); }

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