Html Css Color HEX #964E9F Violet Blue

📋 copy color: '#964E9F'

red 150 ◦ green 78 ◦ blue 159

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

Shades of Violet Blue #964E9F

Tints of Violet Blue #964E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 38.76%
G = 20.16%
B = 41.09%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#964E9F (or 0x964E9F) is known color: Violet Blue. HEX triplet: 96, 4E and 9F. RGB value is (150,78,159). Sum of RGB (Red+Green+Blue) = 150+78+159=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #964E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9F is #69B160. Grayscale: #6C6C6C. Windows color (decimal): -6926689 or 10440342. OLE color: 10440342.

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

Color convert

RGB 150 78 159 -
CMYK 0.06 0.51 0 0.38
HSL 293.33º 0.34% 0.46% -
HSV(B) 293.33º 0.51% 0.62% -
XYZ 21.56 14.44 34.45 -
YUV 108.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 150 78 159 0.06 0.51 0 0.38 293.33 0.34 0.46
Hex 96 4E 9F 6 33 0 26 125 22 2E
Octal 226 116 237 6 63 0 46 445 42 56
Binary 10010110 1001110 10011111 110 110011 0 100110 100100101 100010 101110

Color Harmonies of #964E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E9F

Black with #964E9F

Text Example


Text Example

White with #964E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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