Html Css Color HEX #965592 Violet Blue

📋 copy color: '#965592'

red 150 ◦ green 85 ◦ blue 146

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

Shades of Violet Blue #965592

Tints of Violet Blue #965592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

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

R = 39.37%
G = 22.31%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#965592 (or 0x965592) is known color: Violet Blue. HEX triplet: 96, 55 and 92. RGB value is (150,85,146). Sum of RGB (Red+Green+Blue) = 150+85+146=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #965592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965592 is #69AA6D. Grayscale: #6F6F6F. Windows color (decimal): -6924910 or 9590166. OLE color: 9590166.

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

Color convert

RGB 150 85 146 -
CMYK 0 0.43 0.03 0.41
HSL 303.69º 0.28% 0.46% -
HSV(B) 303.69º 0.43% 0.59% -
XYZ 21.01 15.06 28.99 -
YUV 111.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 150 85 146 0 0.43 0.03 0.41 303.69 0.28 0.46
Hex 96 55 92 0 2B 3 29 130 1C 2E
Octal 226 125 222 0 53 3 51 460 34 56
Binary 10010110 1010101 10010010 0 101011 11 101001 100110000 11100 101110

Color Harmonies of #965592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965592

Black with #965592

Text Example


Text Example

White with #965592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965592; }

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

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

background-color css

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

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

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

border-color css

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

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

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