Html Css Color HEX #964F90 Violet Blue

📋 copy color: '#964F90'

red 150 ◦ green 79 ◦ blue 144

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

Shades of Violet Blue #964F90

Tints of Violet Blue #964F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.18%

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

R = 40.21%
G = 21.18%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#964F90 (or 0x964F90) is known color: Violet Blue. HEX triplet: 96, 4F and 90. RGB value is (150,79,144). Sum of RGB (Red+Green+Blue) = 150+79+144=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #964F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F90 is #69B06F. Grayscale: #6B6B6B. Windows color (decimal): -6926448 or 9457558. OLE color: 9457558.

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

Color convert

RGB 150 79 144 -
CMYK 0 0.47 0.04 0.41
HSL 305.07º 0.31% 0.45% -
HSV(B) 305.07º 0.47% 0.59% -
XYZ 20.41 14.09 28.03 -
YUV 107.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 150 79 144 0 0.47 0.04 0.41 305.07 0.31 0.45
Hex 96 4F 90 0 2F 4 29 131 1F 2D
Octal 226 117 220 0 57 4 51 461 37 55
Binary 10010110 1001111 10010000 0 101111 100 101001 100110001 11111 101101

Color Harmonies of #964F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F90

Black with #964F90

Text Example


Text Example

White with #964F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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