Html Css Color HEX #964090 Vivid Violet

📋 copy color: '#964090'

red 150 ◦ green 64 ◦ blue 144

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

Shades of Vivid Violet #964090

Tints of Vivid Violet #964090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 41.9%
G = 17.88%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#964090 (or 0x964090) is known color: Vivid Violet. HEX triplet: 96, 40 and 90. RGB value is (150,64,144). Sum of RGB (Red+Green+Blue) = 150+64+144=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #964090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964090 is #69BF6F. Grayscale: #626262. Windows color (decimal): -6930288 or 9453718. OLE color: 9453718.

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

Color convert

RGB 150 64 144 -
CMYK 0 0.57 0.04 0.41
HSL 304.19º 0.4% 0.42% -
HSV(B) 304.19º 0.57% 0.59% -
XYZ 19.45 12.16 27.71 -
YUV 98.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 150 64 144 0 0.57 0.04 0.41 304.19 0.4 0.42
Hex 96 40 90 0 39 4 29 130 28 2A
Octal 226 100 220 0 71 4 51 460 50 52
Binary 10010110 1000000 10010000 0 111001 100 101001 100110000 101000 101010

Color Harmonies of #964090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964090

Black with #964090

Text Example


Text Example

White with #964090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964090; }

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

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

background-color css

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

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

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

border-color css

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

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

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