Html Css Color HEX #963895 Vivid Violet

📋 copy color: '#963895'

red 150 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #963895

Tints of Vivid Violet #963895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 42.25%
G = 15.77%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#963895 (or 0x963895) is known color: Vivid Violet. HEX triplet: 96, 38 and 95. RGB value is (150,56,149). Sum of RGB (Red+Green+Blue) = 150+56+149=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #963895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963895 is #69C76A. Grayscale: #5E5E5E. Windows color (decimal): -6932331 or 9779350. OLE color: 9779350.

HSL color Cylindrical-coordinate representation of color #963895: hue angle of 300.64º 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 #963895 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 149 -
CMYK 0 0.63 0.01 0.41
HSL 300.64º 0.46% 0.4% -
HSV(B) 300.64º 0.63% 0.59% -
XYZ 19.42 11.48 29.63 -
YUV 94.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 150 56 149 0 0.63 0.01 0.41 300.64 0.46 0.4
Hex 96 38 95 0 3F 1 29 12D 2E 28
Octal 226 70 225 0 77 1 51 455 56 50
Binary 10010110 111000 10010101 0 111111 1 101001 100101101 101110 101000

Color Harmonies of #963895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963895

Black with #963895

Text Example


Text Example

White with #963895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963895; }

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

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

background-color css

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

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

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

border-color css

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

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

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