Html Css Color HEX #963991 Vivid Violet

📋 copy color: '#963991'

red 150 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #963991

Tints of Vivid Violet #963991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 42.61%
G = 16.19%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963991 (or 0x963991) is known color: Vivid Violet. HEX triplet: 96, 39 and 91. RGB value is (150,57,145). Sum of RGB (Red+Green+Blue) = 150+57+145=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #963991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963991 is #69C66E. Grayscale: #5E5E5E. Windows color (decimal): -6932079 or 9517462. OLE color: 9517462.

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

Color convert

RGB 150 57 145 -
CMYK 0 0.62 0.03 0.41
HSL 303.23º 0.45% 0.41% -
HSV(B) 303.23º 0.62% 0.59% -
XYZ 19.15 11.45 27.99 -
YUV 94.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 150 57 145 0 0.62 0.03 0.41 303.23 0.45 0.41
Hex 96 39 91 0 3E 3 29 12F 2D 29
Octal 226 71 221 0 76 3 51 457 55 51
Binary 10010110 111001 10010001 0 111110 11 101001 100101111 101101 101001

Color Harmonies of #963991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963991

Black with #963991

Text Example


Text Example

White with #963991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963991; }

 p { color: rgb(150,57,145); }

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

background-color css

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

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

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

border-color css

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

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

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