Html Css Color HEX #963299 Vivid Violet

📋 copy color: '#963299'

red 150 ◦ green 50 ◦ blue 153

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

Shades of Vivid Violet #963299

Tints of Vivid Violet #963299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

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

R = 42.49%
G = 14.16%
B = 43.34%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963299 (or 0x963299) is known color: Vivid Violet. HEX triplet: 96, 32 and 99. RGB value is (150,50,153). Sum of RGB (Red+Green+Blue) = 150+50+153=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #963299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963299 is #69CD66. Grayscale: #5B5B5B. Windows color (decimal): -6933863 or 10039958. OLE color: 10039958.

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

Color convert

RGB 150 50 153 -
CMYK 0.02 0.67 0 0.4
HSL 298.25º 0.51% 0.4% -
HSV(B) 298.25º 0.67% 0.6% -
XYZ 19.47 11.07 31.25 -
YUV 91.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 150 50 153 0.02 0.67 0 0.4 298.25 0.51 0.4
Hex 96 32 99 2 43 0 28 12A 33 28
Octal 226 62 231 2 103 0 50 452 63 50
Binary 10010110 110010 10011001 10 1000011 0 101000 100101010 110011 101000

Color Harmonies of #963299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963299

Black with #963299

Text Example


Text Example

White with #963299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963299; }

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

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

background-color css

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

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

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

border-color css

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

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

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