Html Css Color HEX #963197 Vivid Violet

📋 copy color: '#963197'

red 150 ◦ green 49 ◦ blue 151

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

Shades of Vivid Violet #963197

Tints of Vivid Violet #963197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 42.86%
G = 14%
B = 43.14%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963197 (or 0x963197) is known color: Vivid Violet. HEX triplet: 96, 31 and 97. RGB value is (150,49,151). Sum of RGB (Red+Green+Blue) = 150+49+151=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #963197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963197 is #69CE68. Grayscale: #5A5A5A. Windows color (decimal): -6934121 or 9908630. OLE color: 9908630.

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

Color convert

RGB 150 49 151 -
CMYK 0.01 0.68 0 0.41
HSL 299.41º 0.51% 0.39% -
HSV(B) 299.41º 0.68% 0.59% -
XYZ 19.26 10.92 30.37 -
YUV 90.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 150 49 151 0.01 0.68 0 0.41 299.41 0.51 0.39
Hex 96 31 97 1 44 0 29 12B 33 27
Octal 226 61 227 1 104 0 51 453 63 47
Binary 10010110 110001 10010111 1 1000100 0 101001 100101011 110011 100111

Color Harmonies of #963197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963197

Black with #963197

Text Example


Text Example

White with #963197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963197; }

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

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

background-color css

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

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

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

border-color css

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

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

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