Html Css Color HEX #964D8D Violet Blue

📋 copy color: '#964D8D'

red 150 ◦ green 77 ◦ blue 141

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

Shades of Violet Blue #964D8D

Tints of Violet Blue #964D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 40.76%
G = 20.92%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#964D8D (or 0x964D8D) is known color: Violet Blue. HEX triplet: 96, 4D and 8D. RGB value is (150,77,141). Sum of RGB (Red+Green+Blue) = 150+77+141=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #964D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D8D is #69B272. Grayscale: #696969. Windows color (decimal): -6926963 or 9260438. OLE color: 9260438.

HSL color Cylindrical-coordinate representation of color #964D8D: hue angle of 307.4º 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 #964D8D is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 141 -
CMYK 0 0.49 0.06 0.41
HSL 307.4º 0.32% 0.45% -
HSV(B) 307.4º 0.49% 0.59% -
XYZ 20.04 13.71 26.79 -
YUV 106.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 150 77 141 0 0.49 0.06 0.41 307.4 0.32 0.45
Hex 96 4D 8D 0 31 6 29 133 20 2D
Octal 226 115 215 0 61 6 51 463 40 55
Binary 10010110 1001101 10001101 0 110001 110 101001 100110011 100000 101101

Color Harmonies of #964D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D8D

Black with #964D8D

Text Example


Text Example

White with #964D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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