Html Css Color HEX #964993 Violet Blue

📋 copy color: '#964993'

red 150 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #964993

Tints of Violet Blue #964993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 40.54%
G = 19.73%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#964993 (or 0x964993) is known color: Violet Blue. HEX triplet: 96, 49 and 93. RGB value is (150,73,147). Sum of RGB (Red+Green+Blue) = 150+73+147=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964993 is #69B66C. Grayscale: #686868. Windows color (decimal): -6927981 or 9652630. OLE color: 9652630.

HSL color Cylindrical-coordinate representation of color #964993: hue angle of 302.34º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964993 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 147 -
CMYK 0 0.51 0.02 0.41
HSL 302.34º 0.35% 0.44% -
HSV(B) 302.34º 0.51% 0.59% -
XYZ 20.23 13.36 29.12 -
YUV 104.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 150 73 147 0 0.51 0.02 0.41 302.34 0.35 0.44
Hex 96 49 93 0 33 2 29 12E 23 2C
Octal 226 111 223 0 63 2 51 456 43 54
Binary 10010110 1001001 10010011 0 110011 10 101001 100101110 100011 101100

Color Harmonies of #964993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964993

Black with #964993

Text Example


Text Example

White with #964993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964993; }

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

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

background-color css

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

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

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

border-color css

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

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

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