Html Css Color HEX #963796 Vivid Violet

📋 copy color: '#963796'

red 150 ◦ green 55 ◦ blue 150

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

Shades of Vivid Violet #963796

Tints of Vivid Violet #963796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 42.25%
G = 15.49%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963796 (or 0x963796) is known color: Vivid Violet. HEX triplet: 96, 37 and 96. RGB value is (150,55,150). Sum of RGB (Red+Green+Blue) = 150+55+150=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #963796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963796 is #69C869. Grayscale: #5D5D5D. Windows color (decimal): -6932586 or 9844630. OLE color: 9844630.

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

Color convert

RGB 150 55 150 -
CMYK 0 0.63 0 0.41
HSL 300º 0.46% 0.4% -
HSV(B) 300º 0.63% 0.59% -
XYZ 19.45 11.42 30.03 -
YUV 94.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 150 55 150 0 0.63 0 0.41 300 0.46 0.4
Hex 96 37 96 0 3F 0 29 12C 2E 28
Octal 226 67 226 0 77 0 51 454 56 50
Binary 10010110 110111 10010110 0 111111 0 101001 100101100 101110 101000

Color Harmonies of #963796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963796

Black with #963796

Text Example


Text Example

White with #963796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963796; }

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

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

background-color css

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

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

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

border-color css

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

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

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