Html Css Color HEX #964196 Vivid Violet

📋 copy color: '#964196'

red 150 ◦ green 65 ◦ blue 150

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

Shades of Vivid Violet #964196

Tints of Vivid Violet #964196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 41.1%
G = 17.81%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#964196 (or 0x964196) is known color: Vivid Violet. HEX triplet: 96, 41 and 96. RGB value is (150,65,150). Sum of RGB (Red+Green+Blue) = 150+65+150=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #964196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964196 is #69BE69. Grayscale: #636363. Windows color (decimal): -6930026 or 9847190. OLE color: 9847190.

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

Color convert

RGB 150 65 150 -
CMYK 0 0.57 0 0.41
HSL 300º 0.4% 0.42% -
HSV(B) 300º 0.57% 0.59% -
XYZ 19.97 12.47 30.21 -
YUV 100.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 150 65 150 0 0.57 0 0.41 300 0.4 0.42
Hex 96 41 96 0 39 0 29 12C 28 2A
Octal 226 101 226 0 71 0 51 454 50 52
Binary 10010110 1000001 10010110 0 111001 0 101001 100101100 101000 101010

Color Harmonies of #964196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964196

Black with #964196

Text Example


Text Example

White with #964196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964196; }

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

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

background-color css

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

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

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

border-color css

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

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

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