#962697

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

Shades of Vivid Violet #962697

Tints of Vivid Violet #962697

Color information

#962697 (or 0x962697) is unknown color: approx Vivid Violet. HEX triplet: 96, 26 and 97. RGB value is (150,38,151). Sum of RGB (Red+Green+Blue) = 150+38+151=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #962697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962697 is #69D968. Grayscale: #545454. Windows color (decimal): -6936937 or 9905814. OLE color: 9905814.

HSL color Cylindrical-coordinate representation of color #962697: hue angle of 299.47º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962697 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15038151-
CMYK0.010.7500.41
HSL299.47º59.79%37.06%-
HSV(B)299.47º74.83%59.22%-
XYZ18.8610.130.23-
YUV84.37165.61174.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=44.25%
G=11.21%
B=44.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150381510.010.7500.41299.4759.7937.06
Hex96269714B02912b3c25
Octal2264622711130514537445
Binary1001011010011010010111110010110101001100101011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962697; }

 p { color: rgb(150,38,151); }

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

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

 a { background-color: rgb(150,38,151); }

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

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

 span { border-color: rgb(150,38,151); }

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