Html Css Color HEX #956394 Violet Blue

📋 copy color: '#956394'

red 149 ◦ green 99 ◦ blue 148

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

Shades of Violet Blue #956394

Tints of Violet Blue #956394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 37.63%
G = 25%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956394 (or 0x956394) is known color: Violet Blue. HEX triplet: 95, 63 and 94. RGB value is (149,99,148). Sum of RGB (Red+Green+Blue) = 149+99+148=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #956394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956394 is #6A9C6B. Grayscale: #777777. Windows color (decimal): -6986860 or 9724821. OLE color: 9724821.

HSL color Cylindrical-coordinate representation of color #956394: hue angle of 301.2º 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 #956394 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 148 -
CMYK 0 0.34 0.01 0.42
HSL 301.2º 0.2% 0.49% -
HSV(B) 301.2º 0.34% 0.58% -
XYZ 22.2 17.45 30.22 -
YUV 119.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 149 99 148 0 0.34 0.01 0.42 301.2 0.2 0.49
Hex 95 63 94 0 22 1 2A 12D 14 31
Octal 225 143 224 0 42 1 52 455 24 61
Binary 10010101 1100011 10010100 0 100010 1 101010 100101101 10100 110001

Color Harmonies of #956394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956394

Black with #956394

Text Example


Text Example

White with #956394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956394; }

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

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

background-color css

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

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

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

border-color css

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

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

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