Html Css Color HEX #956392 Violet Blue

📋 copy color: '#956392'

red 149 ◦ green 99 ◦ blue 146

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

Shades of Violet Blue #956392

Tints of Violet Blue #956392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 37.82%
G = 25.13%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956392 (or 0x956392) is known color: Violet Blue. HEX triplet: 95, 63 and 92. RGB value is (149,99,146). Sum of RGB (Red+Green+Blue) = 149+99+146=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #956392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956392 is #6A9C6D. Grayscale: #777777. Windows color (decimal): -6986862 or 9593749. OLE color: 9593749.

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

Color convert

RGB 149 99 146 -
CMYK 0 0.34 0.02 0.42
HSL 303.6º 0.2% 0.49% -
HSV(B) 303.6º 0.34% 0.58% -
XYZ 22.04 17.39 29.39 -
YUV 119.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 149 99 146 0 0.34 0.02 0.42 303.6 0.2 0.49
Hex 95 63 92 0 22 2 2A 130 14 31
Octal 225 143 222 0 42 2 52 460 24 61
Binary 10010101 1100011 10010010 0 100010 10 101010 100110000 10100 110001

Color Harmonies of #956392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956392

Black with #956392

Text Example


Text Example

White with #956392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956392; }

 p { color: rgb(149,99,146); }

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

background-color css

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

 a { background-color: rgb(149,99,146); }

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

border-color css

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

 span { border-color: rgb(149,99,146); }

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