Html Css Color HEX #965999 Violet Blue

📋 copy color: '#965999'

red 150 ◦ green 89 ◦ blue 153

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

Shades of Violet Blue #965999

Tints of Violet Blue #965999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

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

R = 38.27%
G = 22.7%
B = 39.03%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965999 (or 0x965999) is known color: Violet Blue. HEX triplet: 96, 59 and 99. RGB value is (150,89,153). Sum of RGB (Red+Green+Blue) = 150+89+153=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #965999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965999 is #69A666. Grayscale: #727272. Windows color (decimal): -6923879 or 10049942. OLE color: 10049942.

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

Color convert

RGB 150 89 153 -
CMYK 0.02 0.42 0 0.4
HSL 297.19º 0.26% 0.47% -
HSV(B) 297.19º 0.42% 0.6% -
XYZ 21.9 15.93 32.06 -
YUV 114.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 150 89 153 0.02 0.42 0 0.4 297.19 0.26 0.47
Hex 96 59 99 2 2A 0 28 129 1A 2F
Octal 226 131 231 2 52 0 50 451 32 57
Binary 10010110 1011001 10011001 10 101010 0 101000 100101001 11010 101111

Color Harmonies of #965999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965999

Black with #965999

Text Example


Text Example

White with #965999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965999; }

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

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

background-color css

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

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

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

border-color css

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

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

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