#96438E

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

Shades of Vivid Violet #96438E

Tints of Vivid Violet #96438E

Color information

#96438E (or 0x96438E) is unknown color: approx Vivid Violet. HEX triplet: 96, 43 and 8E. RGB value is (150,67,142). Sum of RGB (Red+Green+Blue) = 150+67+142=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96438E is #69BC71. Grayscale: #646464. Windows color (decimal): -6929522 or 9323414. OLE color: 9323414.

HSL color Cylindrical-coordinate representation of color #96438E: hue angle of 305.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96438E is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15067142-
CMYK00.550.050.41
HSL305.78º38.25%42.55%-
HSV(B)305.78º55.33%58.82%-
XYZ19.4712.4526.97-
YUV100.37151.5163.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=41.78%
G=18.66%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506714200.550.050.41305.7838.2542.55
Hex96438E037529132262b
Octal2261032160675514624653
Binary100101101000011100011100110111101101001100110010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96438E; }

 p { color: rgb(150,67,142); }

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

<style>
 a { background-color: #96438E; }

 a { background-color: rgb(150,67,142); }

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

<style>
 span { border-color: #96438E; }

 span { border-color: rgb(150,67,142); }

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