Html Css Color HEX #965499 Violet Blue

📋 copy color: '#965499'

red 150 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #965499

Tints of Violet Blue #965499

RGB

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

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

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

R = 38.76%
G = 21.71%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#965499 (or 0x965499) is known color: Violet Blue. HEX triplet: 96, 54 and 99. RGB value is (150,84,153). Sum of RGB (Red+Green+Blue) = 150+84+153=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #965499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965499 is #69AB66. Grayscale: #6F6F6F. Windows color (decimal): -6925159 or 10048662. OLE color: 10048662.

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

Color convert

RGB 150 84 153 -
CMYK 0.02 0.45 0 0.4
HSL 297.39º 0.29% 0.46% -
HSV(B) 297.39º 0.45% 0.6% -
XYZ 21.5 15.12 31.92 -
YUV 111.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 150 84 153 0.02 0.45 0 0.4 297.39 0.29 0.46
Hex 96 54 99 2 2D 0 28 129 1D 2E
Octal 226 124 231 2 55 0 50 451 35 56
Binary 10010110 1010100 10011001 10 101101 0 101000 100101001 11101 101110

Color Harmonies of #965499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965499

Black with #965499

Text Example


Text Example

White with #965499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965499; }

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

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

background-color css

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

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

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

border-color css

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

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

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