Html Css Color HEX #964E9A Violet Blue

📋 copy color: '#964E9A'

red 150 ◦ green 78 ◦ blue 154

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

Shades of Violet Blue #964E9A

Tints of Violet Blue #964E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 39.27%
G = 20.42%
B = 40.31%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#964E9A (or 0x964E9A) is known color: Violet Blue. HEX triplet: 96, 4E and 9A. RGB value is (150,78,154). Sum of RGB (Red+Green+Blue) = 150+78+154=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #964E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E9A is #69B165. Grayscale: #6B6B6B. Windows color (decimal): -6926694 or 10112662. OLE color: 10112662.

HSL color Cylindrical-coordinate representation of color #964E9A: hue angle of 296.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964E9A is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 78 154 -
CMYK 0.03 0.49 0 0.40
HSL 296.84º 0.33% 0.45% -
HSV(B) 296.84º 0.49% 0.6% -
XYZ 21.13 14.27 32.21 -
YUV 108.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 150 78 154 0.03 0.49 0 0.40 296.84 0.33 0.45
Hex 96 4E 9A 3 31 0 28 129 21 2D
Octal 226 116 232 3 61 0 50 451 41 55
Binary 10010110 1001110 10011010 11 110001 0 101000 100101001 100001 101101

Color Harmonies of #964E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E9A

Black with #964E9A

Text Example


Text Example

White with #964E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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