#96368F

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

Shades of Vivid Violet #96368F

Tints of Vivid Violet #96368F

Color information

#96368F (or 0x96368F) is unknown color: approx Vivid Violet. HEX triplet: 96, 36 and 8F. RGB value is (150,54,143). Sum of RGB (Red+Green+Blue) = 150+54+143=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96368F is #69C970. Grayscale: #5C5C5C. Windows color (decimal): -6932849 or 9385622. OLE color: 9385622.

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

Color convert

RGB15054143-
CMYK00.640.050.41
HSL304.38º47.06%40%-
HSV(B)304.38º64%58.82%-
XYZ18.8511.1127.14-
YUV92.85156.3168.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=43.23%
G=15.56%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505414300.640.050.41304.3847.0640
Hex96368F0405291302f28
Octal2266621701005514605750
Binary100101101101101000111101000000101101001100110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96368F; }

 p { color: rgb(150,54,143); }

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

<style>
 a { background-color: #96368F; }

 a { background-color: rgb(150,54,143); }

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

<style>
 span { border-color: #96368F; }

 span { border-color: rgb(150,54,143); }

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