Html Css Color HEX #963EA1 Vivid Violet

📋 copy color: '#963EA1'

red 150 ◦ green 62 ◦ blue 161

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

Shades of Vivid Violet #963EA1

Tints of Vivid Violet #963EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 40.21%
G = 16.62%
B = 43.16%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#963EA1 (or 0x963EA1) is known color: Vivid Violet. HEX triplet: 96, 3E and A1. RGB value is (150,62,161). Sum of RGB (Red+Green+Blue) = 150+62+161=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #963EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963EA1 is #69C15E. Grayscale: #636363. Windows color (decimal): -6930783 or 10567318. OLE color: 10567318.

HSL color Cylindrical-coordinate representation of color #963EA1: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963EA1 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 62 161 -
CMYK 0.07 0.61 0 0.37
HSL 293.33º 0.44% 0.44% -
HSV(B) 293.33º 0.61% 0.63% -
XYZ 20.73 12.5 35.04 -
YUV 99.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 150 62 161 0.07 0.61 0 0.37 293.33 0.44 0.44
Hex 96 3E A1 7 3D 0 25 125 2C 2C
Octal 226 76 241 7 75 0 45 445 54 54
Binary 10010110 111110 10100001 111 111101 0 100101 100100101 101100 101100

Color Harmonies of #963EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EA1

Black with #963EA1

Text Example


Text Example

White with #963EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963EA1; }

 p { color: rgb(150,62,161); }

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

background-color css

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

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

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

border-color css

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

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

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