Html Css Color HEX #964F96 Violet Blue

📋 copy color: '#964F96'

red 150 ◦ green 79 ◦ blue 150

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

Shades of Violet Blue #964F96

Tints of Violet Blue #964F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 39.58%
G = 20.84%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#964F96 (or 0x964F96) is known color: Violet Blue. HEX triplet: 96, 4F and 96. RGB value is (150,79,150). Sum of RGB (Red+Green+Blue) = 150+79+150=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #964F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F96 is #69B069. Grayscale: #6C6C6C. Windows color (decimal): -6926442 or 9850774. OLE color: 9850774.

HSL color Cylindrical-coordinate representation of color #964F96: hue angle of 300º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F96 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 150 -
CMYK 0 0.47 0 0.41
HSL 300º 0.31% 0.45% -
HSV(B) 300º 0.47% 0.59% -
XYZ 20.88 14.28 30.51 -
YUV 108.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 150 79 150 0 0.47 0 0.41 300 0.31 0.45
Hex 96 4F 96 0 2F 0 29 12C 1F 2D
Octal 226 117 226 0 57 0 51 454 37 55
Binary 10010110 1001111 10010110 0 101111 0 101001 100101100 11111 101101

Color Harmonies of #964F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F96

Black with #964F96

Text Example


Text Example

White with #964F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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