Html Css Color HEX #965599 Violet Blue

📋 copy color: '#965599'

red 150 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #965599

Tints of Violet Blue #965599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 38.66%
G = 21.91%
B = 39.43%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965599 (or 0x965599) is known color: Violet Blue. HEX triplet: 96, 55 and 99. RGB value is (150,85,153). Sum of RGB (Red+Green+Blue) = 150+85+153=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #965599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965599 is #69AA66. Grayscale: #6F6F6F. Windows color (decimal): -6924903 or 10048918. OLE color: 10048918.

HSL color Cylindrical-coordinate representation of color #965599: hue angle of 297.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965599 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 85 153 -
CMYK 0.02 0.44 0 0.4
HSL 297.35º 0.29% 0.47% -
HSV(B) 297.35º 0.44% 0.6% -
XYZ 21.58 15.28 31.95 -
YUV 112.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 150 85 153 0.02 0.44 0 0.4 297.35 0.29 0.47
Hex 96 55 99 2 2C 0 28 129 1D 2F
Octal 226 125 231 2 54 0 50 451 35 57
Binary 10010110 1010101 10011001 10 101100 0 101000 100101001 11101 101111

Color Harmonies of #965599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965599

Black with #965599

Text Example


Text Example

White with #965599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965599; }

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

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

background-color css

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

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

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

border-color css

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

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

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