Html Css Color HEX #964F94 Violet Blue

📋 copy color: '#964F94'

red 150 ◦ green 79 ◦ blue 148

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

Shades of Violet Blue #964F94

Tints of Violet Blue #964F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 39.79%
G = 20.95%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#964F94 (or 0x964F94) is known color: Violet Blue. HEX triplet: 96, 4F and 94. RGB value is (150,79,148). Sum of RGB (Red+Green+Blue) = 150+79+148=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #964F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F94 is #69B06B. Grayscale: #6B6B6B. Windows color (decimal): -6926444 or 9719702. OLE color: 9719702.

HSL color Cylindrical-coordinate representation of color #964F94: hue angle of 301.69º 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 #964F94 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 148 -
CMYK 0 0.47 0.01 0.41
HSL 301.69º 0.31% 0.45% -
HSV(B) 301.69º 0.47% 0.59% -
XYZ 20.72 14.21 29.67 -
YUV 108.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 150 79 148 0 0.47 0.01 0.41 301.69 0.31 0.45
Hex 96 4F 94 0 2F 1 29 12E 1F 2D
Octal 226 117 224 0 57 1 51 456 37 55
Binary 10010110 1001111 10010100 0 101111 1 101001 100101110 11111 101101

Color Harmonies of #964F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F94

Black with #964F94

Text Example


Text Example

White with #964F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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