#962ca7

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

Shades of Vivid Violet #962CA7

Tints of Vivid Violet #962CA7

Color information

#962CA7 (or 0x962CA7) is unknown color: approx Vivid Violet. HEX triplet: 96, 2C and A7. RGB value is (150,44,167). Sum of RGB (Red+Green+Blue) = 150+44+167=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #962CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CA7 is #69D358. Grayscale: #595959. Windows color (decimal): -6935385 or 10955926. OLE color: 10955926.

HSL color Cylindrical-coordinate representation of color #962CA7: hue angle of 291.71º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962CA7 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15044167-
CMYK0.100.7400.35
HSL291.71º58.29%41.37%-
HSV(B)291.71º73.65%65.49%-
XYZ20.4511.0837.62-
YUV89.72171.62171-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=41.55%
G=12.19%
B=46.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150441670.100.7400.35291.7158.2941.37
Hex962CA7A4A0231243a29
Octal22654247121120434447251
Binary1001011010110010100111101010010100100011100100100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962ca7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962ca7; }

 p { color: rgb(150,44,167); }

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

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

 a { background-color: rgb(150,44,167); }

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

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

 span { border-color: rgb(150,44,167); }

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