Html Css Color HEX #964D90 Violet Blue

📋 copy color: '#964D90'

red 150 ◦ green 77 ◦ blue 144

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

Shades of Violet Blue #964D90

Tints of Violet Blue #964D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 40.43%
G = 20.75%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#964D90 (or 0x964D90) is known color: Violet Blue. HEX triplet: 96, 4D and 90. RGB value is (150,77,144). Sum of RGB (Red+Green+Blue) = 150+77+144=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #964D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D90 is #69B26F. Grayscale: #6A6A6A. Windows color (decimal): -6926960 or 9457046. OLE color: 9457046.

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

Color convert

RGB 150 77 144 -
CMYK 0 0.49 0.04 0.41
HSL 304.93º 0.32% 0.45% -
HSV(B) 304.93º 0.49% 0.59% -
XYZ 20.27 13.81 27.98 -
YUV 106.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 150 77 144 0 0.49 0.04 0.41 304.93 0.32 0.45
Hex 96 4D 90 0 31 4 29 131 20 2D
Octal 226 115 220 0 61 4 51 461 40 55
Binary 10010110 1001101 10010000 0 110001 100 101001 100110001 100000 101101

Color Harmonies of #964D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D90

Black with #964D90

Text Example


Text Example

White with #964D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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