Html Css Color HEX #964492 Violet Blue

📋 copy color: '#964492'

red 150 ◦ green 68 ◦ blue 146

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

Shades of Violet Blue #964492

Tints of Violet Blue #964492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 41.21%
G = 18.68%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964492 (or 0x964492) is known color: Violet Blue. HEX triplet: 96, 44 and 92. RGB value is (150,68,146). Sum of RGB (Red+Green+Blue) = 150+68+146=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964492 is #69BB6D. Grayscale: #656565. Windows color (decimal): -6929262 or 9585814. OLE color: 9585814.

HSL color Cylindrical-coordinate representation of color #964492: hue angle of 302.93º 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 #964492 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 146 -
CMYK 0 0.55 0.03 0.41
HSL 302.93º 0.38% 0.43% -
HSV(B) 302.93º 0.55% 0.59% -
XYZ 19.83 12.69 28.6 -
YUV 101.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 150 68 146 0 0.55 0.03 0.41 302.93 0.38 0.43
Hex 96 44 92 0 37 3 29 12F 26 2B
Octal 226 104 222 0 67 3 51 457 46 53
Binary 10010110 1000100 10010010 0 110111 11 101001 100101111 100110 101011

Color Harmonies of #964492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964492

Black with #964492

Text Example


Text Example

White with #964492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964492; }

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

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

background-color css

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

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

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

border-color css

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

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

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