Html Css Color HEX #964D93 Violet Blue

📋 copy color: '#964D93'

red 150 ◦ green 77 ◦ blue 147

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

Shades of Violet Blue #964D93

Tints of Violet Blue #964D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 40.11%
G = 20.59%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#964D93 (or 0x964D93) is known color: Violet Blue. HEX triplet: 96, 4D and 93. RGB value is (150,77,147). Sum of RGB (Red+Green+Blue) = 150+77+147=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #964D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D93 is #69B26C. Grayscale: #6A6A6A. Windows color (decimal): -6926957 or 9653654. OLE color: 9653654.

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

Color convert

RGB 150 77 147 -
CMYK 0 0.49 0.02 0.41
HSL 302.47º 0.32% 0.45% -
HSV(B) 302.47º 0.49% 0.59% -
XYZ 20.5 13.9 29.21 -
YUV 106.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 150 77 147 0 0.49 0.02 0.41 302.47 0.32 0.45
Hex 96 4D 93 0 31 2 29 12E 20 2D
Octal 226 115 223 0 61 2 51 456 40 55
Binary 10010110 1001101 10010011 0 110001 10 101001 100101110 100000 101101

Color Harmonies of #964D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D93

Black with #964D93

Text Example


Text Example

White with #964D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,147); }

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

background-color css

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

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

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

border-color css

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

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

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