Html Css Color HEX #964091 Vivid Violet

📋 copy color: '#964091'

red 150 ◦ green 64 ◦ blue 145

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

Shades of Vivid Violet #964091

Tints of Vivid Violet #964091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 41.78%
G = 17.83%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964091 (or 0x964091) is known color: Vivid Violet. HEX triplet: 96, 40 and 91. RGB value is (150,64,145). Sum of RGB (Red+Green+Blue) = 150+64+145=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #964091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964091 is #69BF6E. Grayscale: #626262. Windows color (decimal): -6930287 or 9519254. OLE color: 9519254.

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

Color convert

RGB 150 64 145 -
CMYK 0 0.57 0.03 0.41
HSL 303.49º 0.4% 0.42% -
HSV(B) 303.49º 0.57% 0.59% -
XYZ 19.52 12.2 28.11 -
YUV 98.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 150 64 145 0 0.57 0.03 0.41 303.49 0.4 0.42
Hex 96 40 91 0 39 3 29 12F 28 2A
Octal 226 100 221 0 71 3 51 457 50 52
Binary 10010110 1000000 10010001 0 111001 11 101001 100101111 101000 101010

Color Harmonies of #964091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964091

Black with #964091

Text Example


Text Example

White with #964091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964091; }

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

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

background-color css

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

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

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

border-color css

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

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

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