Html Css Color HEX #956498 Violet Blue

📋 copy color: '#956498'

red 149 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #956498

Tints of Violet Blue #956498

RGB

 RED value IS 149 (58.59% from 255) = 37.16%

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 37.16%
G = 24.94%
B = 37.91%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#956498 (or 0x956498) is known color: Violet Blue. HEX triplet: 95, 64 and 98. RGB value is (149,100,152). Sum of RGB (Red+Green+Blue) = 149+100+152=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #956498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956498 is #6A9B67. Grayscale: #787878. Windows color (decimal): -6986600 or 9987221. OLE color: 9987221.

HSL color Cylindrical-coordinate representation of color #956498: hue angle of 296.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956498 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 100 152 -
CMYK 0.02 0.34 0 0.40
HSL 296.54º 0.21% 0.49% -
HSV(B) 296.54º 0.34% 0.6% -
XYZ 22.62 17.77 31.94 -
YUV 120.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 149 100 152 0.02 0.34 0 0.40 296.54 0.21 0.49
Hex 95 64 98 2 22 0 28 129 15 31
Octal 225 144 230 2 42 0 50 451 25 61
Binary 10010101 1100100 10011000 10 100010 0 101000 100101001 10101 110001

Color Harmonies of #956498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956498

Black with #956498

Text Example


Text Example

White with #956498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956498; }

 p { color: rgb(149,100,152); }

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

background-color css

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

 a { background-color: rgb(149,100,152); }

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

border-color css

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

 span { border-color: rgb(149,100,152); }

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