Html Css Color HEX #963699 Vivid Violet

📋 copy color: '#963699'

red 150 ◦ green 54 ◦ blue 153

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

Shades of Vivid Violet #963699

Tints of Vivid Violet #963699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 42.02%
G = 15.13%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963699 (or 0x963699) is known color: Vivid Violet. HEX triplet: 96, 36 and 99. RGB value is (150,54,153). Sum of RGB (Red+Green+Blue) = 150+54+153=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #963699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963699 is #69C966. Grayscale: #5D5D5D. Windows color (decimal): -6932839 or 10040982. OLE color: 10040982.

HSL color Cylindrical-coordinate representation of color #963699: hue angle of 298.18º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963699 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 54 153 -
CMYK 0.02 0.65 0 0.4
HSL 298.18º 0.48% 0.41% -
HSV(B) 298.18º 0.65% 0.6% -
XYZ 19.65 11.42 31.31 -
YUV 93.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 150 54 153 0.02 0.65 0 0.4 298.18 0.48 0.41
Hex 96 36 99 2 41 0 28 12A 30 29
Octal 226 66 231 2 101 0 50 452 60 51
Binary 10010110 110110 10011001 10 1000001 0 101000 100101010 110000 101001

Color Harmonies of #963699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963699

Black with #963699

Text Example


Text Example

White with #963699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963699; }

 p { color: rgb(150,54,153); }

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

background-color css

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

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

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

border-color css

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

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

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