Html Css Color HEX #964493 Violet Blue

📋 copy color: '#964493'

red 150 ◦ green 68 ◦ blue 147

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

Shades of Violet Blue #964493

Tints of Violet Blue #964493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 41.1%
G = 18.63%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#964493 (or 0x964493) is known color: Violet Blue. HEX triplet: 96, 44 and 93. RGB value is (150,68,147). Sum of RGB (Red+Green+Blue) = 150+68+147=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964493 is #69BB6C. Grayscale: #656565. Windows color (decimal): -6929261 or 9651350. OLE color: 9651350.

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

Color convert

RGB 150 68 147 -
CMYK 0 0.55 0.02 0.41
HSL 302.2º 0.38% 0.43% -
HSV(B) 302.2º 0.55% 0.59% -
XYZ 19.91 12.72 29.01 -
YUV 101.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 150 68 147 0 0.55 0.02 0.41 302.2 0.38 0.43
Hex 96 44 93 0 37 2 29 12E 26 2B
Octal 226 104 223 0 67 2 51 456 46 53
Binary 10010110 1000100 10010011 0 110111 10 101001 100101110 100110 101011

Color Harmonies of #964493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964493

Black with #964493

Text Example


Text Example

White with #964493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964493; }

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

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

background-color css

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

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

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

border-color css

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

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

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