Html Css Color HEX #963896 Vivid Violet

📋 copy color: '#963896'

red 150 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #963896

Tints of Vivid Violet #963896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 42.13%
G = 15.73%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963896 (or 0x963896) is known color: Vivid Violet. HEX triplet: 96, 38 and 96. RGB value is (150,56,150). Sum of RGB (Red+Green+Blue) = 150+56+150=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #963896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963896 is #69C769. Grayscale: #5E5E5E. Windows color (decimal): -6932330 or 9844886. OLE color: 9844886.

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

Color convert

RGB 150 56 150 -
CMYK 0 0.63 0 0.41
HSL 300º 0.46% 0.4% -
HSV(B) 300º 0.63% 0.59% -
XYZ 19.5 11.51 30.05 -
YUV 94.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 150 56 150 0 0.63 0 0.41 300 0.46 0.4
Hex 96 38 96 0 3F 0 29 12C 2E 28
Octal 226 70 226 0 77 0 51 454 56 50
Binary 10010110 111000 10010110 0 111111 0 101001 100101100 101110 101000

Color Harmonies of #963896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963896

Black with #963896

Text Example


Text Example

White with #963896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963896; }

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

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

background-color css

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

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

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

border-color css

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

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

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