Html Css Color HEX #964592 Violet Blue

📋 copy color: '#964592'

red 150 ◦ green 69 ◦ blue 146

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

Shades of Violet Blue #964592

Tints of Violet Blue #964592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 41.1%
G = 18.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964592 (or 0x964592) is known color: Violet Blue. HEX triplet: 96, 45 and 92. RGB value is (150,69,146). Sum of RGB (Red+Green+Blue) = 150+69+146=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964592 is #69BA6D. Grayscale: #656565. Windows color (decimal): -6929006 or 9586070. OLE color: 9586070.

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

Color convert

RGB 150 69 146 -
CMYK 0 0.54 0.03 0.41
HSL 302.96º 0.37% 0.43% -
HSV(B) 302.96º 0.54% 0.59% -
XYZ 19.89 12.82 28.62 -
YUV 102 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 150 69 146 0 0.54 0.03 0.41 302.96 0.37 0.43
Hex 96 45 92 0 36 3 29 12F 25 2B
Octal 226 105 222 0 66 3 51 457 45 53
Binary 10010110 1000101 10010010 0 110110 11 101001 100101111 100101 101011

Color Harmonies of #964592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964592

Black with #964592

Text Example


Text Example

White with #964592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964592; }

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

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

background-color css

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

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

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

border-color css

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

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

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