Html Css Color HEX #963C99 Vivid Violet

📋 copy color: '#963C99'

red 150 ◦ green 60 ◦ blue 153

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

Shades of Vivid Violet #963C99

Tints of Vivid Violet #963C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

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

R = 41.32%
G = 16.53%
B = 42.15%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963C99 (or 0x963C99) is known color: Vivid Violet. HEX triplet: 96, 3C and 99. RGB value is (150,60,153). Sum of RGB (Red+Green+Blue) = 150+60+153=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #963C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C99 is #69C366. Grayscale: #616161. Windows color (decimal): -6931303 or 10042518. OLE color: 10042518.

HSL color Cylindrical-coordinate representation of color #963C99: hue angle of 298.06º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963C99 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 60 153 -
CMYK 0.02 0.61 0 0.4
HSL 298.06º 0.44% 0.42% -
HSV(B) 298.06º 0.61% 0.6% -
XYZ 19.94 12.02 31.41 -
YUV 97.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 150 60 153 0.02 0.61 0 0.4 298.06 0.44 0.42
Hex 96 3C 99 2 3D 0 28 12A 2C 2A
Octal 226 74 231 2 75 0 50 452 54 52
Binary 10010110 111100 10011001 10 111101 0 101000 100101010 101100 101010

Color Harmonies of #963C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C99

Black with #963C99

Text Example


Text Example

White with #963C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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