#96428A

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

Shades of Vivid Violet #96428A

Tints of Vivid Violet #96428A

Color information

#96428A (or 0x96428A) is unknown color: approx Vivid Violet. HEX triplet: 96, 42 and 8A. RGB value is (150,66,138). Sum of RGB (Red+Green+Blue) = 150+66+138=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96428A is #69BD75. Grayscale: #636363. Windows color (decimal): -6929782 or 9061014. OLE color: 9061014.

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

Color convert

RGB15066138-
CMYK00.560.080.41
HSL308.57º38.89%42.35%-
HSV(B)308.57º56%58.82%-
XYZ19.1112.2225.4-
YUV99.32149.83164.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 66 (26.17% from 255) = 18.64%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=42.37%
G=18.64%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506613800.560.080.41308.5738.8942.35
Hex96428A038829135272a
Octal22610221207010514654752
Binary1001011010000101000101001110001000101001100110101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96428A; }

 p { color: rgb(150,66,138); }

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

<style>
 a { background-color: #96428A; }

 a { background-color: rgb(150,66,138); }

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

<style>
 span { border-color: #96428A; }

 span { border-color: rgb(150,66,138); }

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