Html Css Color HEX #963899 Vivid Violet

📋 copy color: '#963899'

red 150 ◦ green 56 ◦ blue 153

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

Shades of Vivid Violet #963899

Tints of Vivid Violet #963899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.6%

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

R = 41.78%
G = 15.6%
B = 42.62%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963899 (or 0x963899) is known color: Vivid Violet. HEX triplet: 96, 38 and 99. RGB value is (150,56,153). Sum of RGB (Red+Green+Blue) = 150+56+153=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #963899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963899 is #69C766. Grayscale: #5E5E5E. Windows color (decimal): -6932327 or 10041494. OLE color: 10041494.

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

Color convert

RGB 150 56 153 -
CMYK 0.02 0.63 0 0.4
HSL 298.14º 0.46% 0.41% -
HSV(B) 298.14º 0.63% 0.6% -
XYZ 19.74 11.61 31.34 -
YUV 95.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 150 56 153 0.02 0.63 0 0.4 298.14 0.46 0.41
Hex 96 38 99 2 3F 0 28 12A 2E 29
Octal 226 70 231 2 77 0 50 452 56 51
Binary 10010110 111000 10011001 10 111111 0 101000 100101010 101110 101001

Color Harmonies of #963899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963899

Black with #963899

Text Example


Text Example

White with #963899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963899; }

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

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

background-color css

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

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

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

border-color css

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

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

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