Html Css Color HEX #964E9D Violet Blue

📋 copy color: '#964E9D'

red 150 ◦ green 78 ◦ blue 157

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

Shades of Violet Blue #964E9D

Tints of Violet Blue #964E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.26%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 38.96%
G = 20.26%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#964E9D (or 0x964E9D) is known color: Violet Blue. HEX triplet: 96, 4E and 9D. RGB value is (150,78,157). Sum of RGB (Red+Green+Blue) = 150+78+157=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #964E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9D is #69B162. Grayscale: #6C6C6C. Windows color (decimal): -6926691 or 10309270. OLE color: 10309270.

HSL color Cylindrical-coordinate representation of color #964E9D: hue angle of 294.68º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964E9D is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 78 157 -
CMYK 0.04 0.50 0 0.38
HSL 294.68º 0.34% 0.46% -
HSV(B) 294.68º 0.5% 0.62% -
XYZ 21.39 14.37 33.54 -
YUV 108.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 150 78 157 0.04 0.50 0 0.38 294.68 0.34 0.46
Hex 96 4E 9D 4 32 0 26 127 22 2E
Octal 226 116 235 4 62 0 46 447 42 56
Binary 10010110 1001110 10011101 100 110010 0 100110 100100111 100010 101110

Color Harmonies of #964E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E9D

Black with #964E9D

Text Example


Text Example

White with #964E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,78,157); }

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

background-color css

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

 a { background-color: rgb(150,78,157); }

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

border-color css

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

 span { border-color: rgb(150,78,157); }

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