Html Css Color HEX #963591 Vivid Violet

📋 copy color: '#963591'

red 150 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #963591

Tints of Vivid Violet #963591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 43.1%
G = 15.23%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963591 (or 0x963591) is known color: Vivid Violet. HEX triplet: 96, 35 and 91. RGB value is (150,53,145). Sum of RGB (Red+Green+Blue) = 150+53+145=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963591 is #69CA6E. Grayscale: #5C5C5C. Windows color (decimal): -6933103 or 9516438. OLE color: 9516438.

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

Color convert

RGB 150 53 145 -
CMYK 0 0.65 0.03 0.41
HSL 303.09º 0.48% 0.4% -
HSV(B) 303.09º 0.65% 0.59% -
XYZ 18.96 11.07 27.93 -
YUV 92.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 150 53 145 0 0.65 0.03 0.41 303.09 0.48 0.4
Hex 96 35 91 0 41 3 29 12F 30 28
Octal 226 65 221 0 101 3 51 457 60 50
Binary 10010110 110101 10010001 0 1000001 11 101001 100101111 110000 101000

Color Harmonies of #963591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963591

Black with #963591

Text Example


Text Example

White with #963591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963591; }

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

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

background-color css

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

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

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

border-color css

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

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

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