Html Css Color HEX #963191 Vivid Violet

📋 copy color: '#963191'

red 150 ◦ green 49 ◦ blue 145

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

Shades of Vivid Violet #963191

Tints of Vivid Violet #963191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 43.6%
G = 14.24%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963191 (or 0x963191) is known color: Vivid Violet. HEX triplet: 96, 31 and 91. RGB value is (150,49,145). Sum of RGB (Red+Green+Blue) = 150+49+145=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963191 is #69CE6E. Grayscale: #595959. Windows color (decimal): -6934127 or 9515414. OLE color: 9515414.

HSL color Cylindrical-coordinate representation of color #963191: hue angle of 302.97º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963191 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 145 -
CMYK 0 0.67 0.03 0.41
HSL 302.97º 0.51% 0.39% -
HSV(B) 302.97º 0.67% 0.59% -
XYZ 18.79 10.72 27.87 -
YUV 90.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 150 49 145 0 0.67 0.03 0.41 302.97 0.51 0.39
Hex 96 31 91 0 43 3 29 12F 33 27
Octal 226 61 221 0 103 3 51 457 63 47
Binary 10010110 110001 10010001 0 1000011 11 101001 100101111 110011 100111

Color Harmonies of #963191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963191

Black with #963191

Text Example


Text Example

White with #963191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963191; }

 p { color: rgb(150,49,145); }

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

background-color css

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

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

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

border-color css

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

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

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