Html Css Color HEX #963799 Vivid Violet

📋 copy color: '#963799'

red 150 ◦ green 55 ◦ blue 153

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

Shades of Vivid Violet #963799

Tints of Vivid Violet #963799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

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

R = 41.9%
G = 15.36%
B = 42.74%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963799 (or 0x963799) is known color: Vivid Violet. HEX triplet: 96, 37 and 99. RGB value is (150,55,153). Sum of RGB (Red+Green+Blue) = 150+55+153=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #963799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963799 is #69C866. Grayscale: #5E5E5E. Windows color (decimal): -6932583 or 10041238. OLE color: 10041238.

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

Color convert

RGB 150 55 153 -
CMYK 0.02 0.64 0 0.4
HSL 298.16º 0.47% 0.41% -
HSV(B) 298.16º 0.64% 0.6% -
XYZ 19.69 11.52 31.32 -
YUV 94.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 150 55 153 0.02 0.64 0 0.4 298.16 0.47 0.41
Hex 96 37 99 2 40 0 28 12A 2F 29
Octal 226 67 231 2 100 0 50 452 57 51
Binary 10010110 110111 10011001 10 1000000 0 101000 100101010 101111 101001

Color Harmonies of #963799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963799

Black with #963799

Text Example


Text Example

White with #963799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963799; }

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

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

background-color css

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

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

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

border-color css

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

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

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