#923DA5

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

Shades of Vivid Violet #923DA5

Tints of Vivid Violet #923DA5

Color information

#923DA5 (or 0x923DA5) is unknown color: approx Vivid Violet. HEX triplet: 92, 3D and A5. RGB value is (146,61,165). Sum of RGB (Red+Green+Blue) = 146+61+165=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #923DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923DA5 is #6DC25A. Grayscale: #616161. Windows color (decimal): -7193179 or 10829202. OLE color: 10829202.

HSL color Cylindrical-coordinate representation of color #923DA5: hue angle of 289.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923DA5 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14661165-
CMYK0.120.6300.35
HSL289.04º46.02%44.31%-
HSV(B)289.04º63.03%64.71%-
XYZ20.3112.1736.87-
YUV98.27165.66162.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=39.25%
G=16.40%
B=44.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146611650.120.6300.35289.0446.0244.31
Hex923DA5C3F0231212e2c
Octal2227524514770434415654
Binary100100101111011010010111001111110100011100100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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