Html Css Color HEX #963496 Vivid Violet

📋 copy color: '#963496'

red 150 ◦ green 52 ◦ blue 150

#963496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #963496

Tints of Vivid Violet #963496

RGB

 RED value IS 150 (58.98% from 255) = 42.61%

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 42.61%
G = 14.77%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963496 (or 0x963496) is known color: Vivid Violet. HEX triplet: 96, 34 and 96. RGB value is (150,52,150). Sum of RGB (Red+Green+Blue) = 150+52+150=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #963496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963496 is #69CB69. Grayscale: #5C5C5C. Windows color (decimal): -6933354 or 9843862. OLE color: 9843862.

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

Color convert

RGB 150 52 150 -
CMYK 0 0.65 0 0.41
HSL 300º 0.49% 0.4% -
HSV(B) 300º 0.65% 0.59% -
XYZ 19.31 11.14 29.99 -
YUV 92.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 150 52 150 0 0.65 0 0.41 300 0.49 0.4
Hex 96 34 96 0 41 0 29 12C 31 28
Octal 226 64 226 0 101 0 51 454 61 50
Binary 10010110 110100 10010110 0 1000001 0 101001 100101100 110001 101000

Color Harmonies of #963496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963496

Black with #963496

Text Example


Text Example

White with #963496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963496; }

 p { color: rgb(150,52,150); }

 H1.HeaderClassName
 {
   color: #963496;
 }
 .AnyTagClassName
 {
   color: #963496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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