Html Css Color HEX #963499 Vivid Violet

📋 copy color: '#963499'

red 150 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #963499

Tints of Vivid Violet #963499

RGB

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

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

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

R = 42.25%
G = 14.65%
B = 43.1%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963499 (or 0x963499) is known color: Vivid Violet. HEX triplet: 96, 34 and 99. RGB value is (150,52,153). Sum of RGB (Red+Green+Blue) = 150+52+153=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #963499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963499 is #69CB66. Grayscale: #5C5C5C. Windows color (decimal): -6933351 or 10040470. OLE color: 10040470.

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

Color convert

RGB 150 52 153 -
CMYK 0.02 0.66 0 0.4
HSL 298.22º 0.49% 0.4% -
HSV(B) 298.22º 0.66% 0.6% -
XYZ 19.56 11.24 31.28 -
YUV 92.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 150 52 153 0.02 0.66 0 0.4 298.22 0.49 0.4
Hex 96 34 99 2 42 0 28 12A 31 28
Octal 226 64 231 2 102 0 50 452 61 50
Binary 10010110 110100 10011001 10 1000010 0 101000 100101010 110001 101000

Color Harmonies of #963499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963499

Black with #963499

Text Example


Text Example

White with #963499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963499; }

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

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

background-color css

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

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

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

border-color css

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

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

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