Html Css Color HEX #965591 Violet Blue

📋 copy color: '#965591'

red 150 ◦ green 85 ◦ blue 145

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

Shades of Violet Blue #965591

Tints of Violet Blue #965591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 39.47%
G = 22.37%
B = 38.16%

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

#965591 (or 0x965591) is known color: Violet Blue. HEX triplet: 96, 55 and 91. RGB value is (150,85,145). Sum of RGB (Red+Green+Blue) = 150+85+145=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #965591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965591 is #69AA6E. Grayscale: #6F6F6F. Windows color (decimal): -6924911 or 9524630. OLE color: 9524630.

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

Color convert

RGB 150 85 145 -
CMYK 0 0.43 0.03 0.41
HSL 304.62º 0.28% 0.46% -
HSV(B) 304.62º 0.43% 0.59% -
XYZ 20.94 15.03 28.58 -
YUV 111.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 150 85 145 0 0.43 0.03 0.41 304.62 0.28 0.46
Hex 96 55 91 0 2B 3 29 131 1C 2E
Octal 226 125 221 0 53 3 51 461 34 56
Binary 10010110 1010101 10010001 0 101011 11 101001 100110001 11100 101110

Color Harmonies of #965591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965591

Black with #965591

Text Example


Text Example

White with #965591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965591; }

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

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

background-color css

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

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

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

border-color css

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

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

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