Html Css Color HEX #964F9A Violet Blue

📋 copy color: '#964F9A'

red 150 ◦ green 79 ◦ blue 154

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

Shades of Violet Blue #964F9A

Tints of Violet Blue #964F9A

RGB

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

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

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

R = 39.16%
G = 20.63%
B = 40.21%

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

#964F9A (or 0x964F9A) is known color: Violet Blue. HEX triplet: 96, 4F and 9A. RGB value is (150,79,154). Sum of RGB (Red+Green+Blue) = 150+79+154=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #964F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F9A is #69B065. Grayscale: #6C6C6C. Windows color (decimal): -6926438 or 10112918. OLE color: 10112918.

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

Color convert

RGB 150 79 154 -
CMYK 0.03 0.49 0 0.40
HSL 296.8º 0.32% 0.46% -
HSV(B) 296.8º 0.49% 0.6% -
XYZ 21.21 14.41 32.24 -
YUV 108.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 150 79 154 0.03 0.49 0 0.40 296.8 0.32 0.46
Hex 96 4F 9A 3 31 0 28 129 20 2E
Octal 226 117 232 3 61 0 50 451 40 56
Binary 10010110 1001111 10011010 11 110001 0 101000 100101001 100000 101110

Color Harmonies of #964F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F9A

Black with #964F9A

Text Example


Text Example

White with #964F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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