#933D9D

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

Shades of Vivid Violet #933D9D

Tints of Vivid Violet #933D9D

Color information

#933D9D (or 0x933D9D) is unknown color: approx Vivid Violet. HEX triplet: 93, 3D and 9D. RGB value is (147,61,157). Sum of RGB (Red+Green+Blue) = 147+61+157=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #933D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933D9D is #6CC262. Grayscale: #616161. Windows color (decimal): -7127651 or 10304915. OLE color: 10304915.

HSL color Cylindrical-coordinate representation of color #933D9D: hue angle of 293.75º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933D9D is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14761157-
CMYK0.060.6100.38
HSL293.75º44.04%42.75%-
HSV(B)293.75º61.15%61.57%-
XYZ19.7911.9733.17-
YUV97.66161.49163.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=40.27%
G=16.71%
B=43.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147611570.060.6100.38293.7544.0442.75
Hex933D9D63D0261262c2b
Octal223752356750464465453
Binary10010011111101100111011101111010100110100100110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933D9D; }

 p { color: rgb(147,61,157); }

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

<style>
 a { background-color: #933D9D; }

 a { background-color: rgb(147,61,157); }

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

<style>
 span { border-color: #933D9D; }

 span { border-color: rgb(147,61,157); }

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