#94368D

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

Shades of Vivid Violet #94368D

Tints of Vivid Violet #94368D

Color information

#94368D (or 0x94368D) is unknown color: approx Vivid Violet. HEX triplet: 94, 36 and 8D. RGB value is (148,54,141). Sum of RGB (Red+Green+Blue) = 148+54+141=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94368D is #6BC972. Grayscale: #5B5B5B. Windows color (decimal): -7063923 or 9254548. OLE color: 9254548.

HSL color Cylindrical-coordinate representation of color #94368D: hue angle of 304.47º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94368D is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14854141-
CMYK00.640.050.42
HSL304.47º46.53%39.61%-
HSV(B)304.47º63.51%58.04%-
XYZ18.3410.8626.33-
YUV92.02155.64167.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=43.15%
G=15.74%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485414100.640.050.42304.4746.5339.61
Hex94368D04052A1302f28
Octal2246621501005524605750
Binary100101001101101000110101000000101101010100110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,54,141); }

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

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

 a { background-color: rgb(148,54,141); }

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

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

 span { border-color: rgb(148,54,141); }

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