Html Css Color HEX #963497 Vivid Violet

📋 copy color: '#963497'

red 150 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #963497

Tints of Vivid Violet #963497

RGB

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

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

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

R = 42.49%
G = 14.73%
B = 42.78%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963497 (or 0x963497) is known color: Vivid Violet. HEX triplet: 96, 34 and 97. RGB value is (150,52,151). Sum of RGB (Red+Green+Blue) = 150+52+151=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #963497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963497 is #69CB68. Grayscale: #5C5C5C. Windows color (decimal): -6933353 or 9909398. OLE color: 9909398.

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

Color convert

RGB 150 52 151 -
CMYK 0.01 0.66 0 0.41
HSL 299.39º 0.49% 0.4% -
HSV(B) 299.39º 0.66% 0.59% -
XYZ 19.39 11.17 30.41 -
YUV 92.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 150 52 151 0.01 0.66 0 0.41 299.39 0.49 0.4
Hex 96 34 97 1 42 0 29 12B 31 28
Octal 226 64 227 1 102 0 51 453 61 50
Binary 10010110 110100 10010111 1 1000010 0 101001 100101011 110001 101000

Color Harmonies of #963497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963497

Black with #963497

Text Example


Text Example

White with #963497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963497; }

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

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

background-color css

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

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

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

border-color css

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

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

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