Html Css Color HEX #965596 Violet Blue

📋 copy color: '#965596'

red 150 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #965596

Tints of Violet Blue #965596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 38.96%
G = 22.08%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#965596 (or 0x965596) is known color: Violet Blue. HEX triplet: 96, 55 and 96. RGB value is (150,85,150). Sum of RGB (Red+Green+Blue) = 150+85+150=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965596 is #69AA69. Grayscale: #6F6F6F. Windows color (decimal): -6924906 or 9852310. OLE color: 9852310.

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

Color convert

RGB 150 85 150 -
CMYK 0 0.43 0 0.41
HSL 300º 0.28% 0.46% -
HSV(B) 300º 0.43% 0.59% -
XYZ 21.33 15.18 30.66 -
YUV 111.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 150 85 150 0 0.43 0 0.41 300 0.28 0.46
Hex 96 55 96 0 2B 0 29 12C 1C 2E
Octal 226 125 226 0 53 0 51 454 34 56
Binary 10010110 1010101 10010110 0 101011 0 101001 100101100 11100 101110

Color Harmonies of #965596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965596

Black with #965596

Text Example


Text Example

White with #965596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965596; }

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

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

background-color css

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

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

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

border-color css

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

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

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