Html Css Color HEX #965495 Violet Blue

📋 copy color: '#965495'

red 150 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #965495

Tints of Violet Blue #965495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 39.16%
G = 21.93%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965495 (or 0x965495) is known color: Violet Blue. HEX triplet: 96, 54 and 95. RGB value is (150,84,149). Sum of RGB (Red+Green+Blue) = 150+84+149=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #965495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965495 is #69AB6A. Grayscale: #6E6E6E. Windows color (decimal): -6925163 or 9786518. OLE color: 9786518.

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

Color convert

RGB 150 84 149 -
CMYK 0 0.44 0.01 0.41
HSL 300.91º 0.28% 0.46% -
HSV(B) 300.91º 0.44% 0.59% -
XYZ 21.17 14.99 30.21 -
YUV 111.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 150 84 149 0 0.44 0.01 0.41 300.91 0.28 0.46
Hex 96 54 95 0 2C 1 29 12D 1C 2E
Octal 226 124 225 0 54 1 51 455 34 56
Binary 10010110 1010100 10010101 0 101100 1 101001 100101101 11100 101110

Color Harmonies of #965495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965495

Black with #965495

Text Example


Text Example

White with #965495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965495; }

 p { color: rgb(150,84,149); }

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

background-color css

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

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

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

border-color css

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

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

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