Html Css Color HEX #965996 Violet Blue

📋 copy color: '#965996'

red 150 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #965996

Tints of Violet Blue #965996

RGB

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

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

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

R = 38.56%
G = 22.88%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#965996 (or 0x965996) is known color: Violet Blue. HEX triplet: 96, 59 and 96. RGB value is (150,89,150). Sum of RGB (Red+Green+Blue) = 150+89+150=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965996 is #69A669. Grayscale: #727272. Windows color (decimal): -6923882 or 9853334. OLE color: 9853334.

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

Color convert

RGB 150 89 150 -
CMYK 0 0.41 0 0.41
HSL 300º 0.26% 0.47% -
HSV(B) 300º 0.41% 0.59% -
XYZ 21.66 15.83 30.77 -
YUV 114.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 150 89 150 0 0.41 0 0.41 300 0.26 0.47
Hex 96 59 96 0 29 0 29 12C 1A 2F
Octal 226 131 226 0 51 0 51 454 32 57
Binary 10010110 1011001 10010110 0 101001 0 101001 100101100 11010 101111

Color Harmonies of #965996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965996

Black with #965996

Text Example


Text Example

White with #965996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965996; }

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

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

background-color css

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

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

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

border-color css

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

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

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