Html Css Color HEX #964490 Violet Blue

📋 copy color: '#964490'

red 150 ◦ green 68 ◦ blue 144

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

Shades of Violet Blue #964490

Tints of Violet Blue #964490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

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

R = 41.44%
G = 18.78%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#964490 (or 0x964490) is known color: Violet Blue. HEX triplet: 96, 44 and 90. RGB value is (150,68,144). Sum of RGB (Red+Green+Blue) = 150+68+144=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #964490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964490 is #69BB6F. Grayscale: #646464. Windows color (decimal): -6929264 or 9454742. OLE color: 9454742.

HSL color Cylindrical-coordinate representation of color #964490: hue angle of 304.39º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964490 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 144 -
CMYK 0 0.55 0.04 0.41
HSL 304.39º 0.38% 0.43% -
HSV(B) 304.39º 0.55% 0.59% -
XYZ 19.68 12.63 27.79 -
YUV 101.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 150 68 144 0 0.55 0.04 0.41 304.39 0.38 0.43
Hex 96 44 90 0 37 4 29 130 26 2B
Octal 226 104 220 0 67 4 51 460 46 53
Binary 10010110 1000100 10010000 0 110111 100 101001 100110000 100110 101011

Color Harmonies of #964490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964490

Black with #964490

Text Example


Text Example

White with #964490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964490; }

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

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

background-color css

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

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

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

border-color css

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

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

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