Html Css Color HEX #956193 Violet Blue

📋 copy color: '#956193'

red 149 ◦ green 97 ◦ blue 147

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

Shades of Violet Blue #956193

Tints of Violet Blue #956193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 37.91%
G = 24.68%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956193 (or 0x956193) is known color: Violet Blue. HEX triplet: 95, 61 and 93. RGB value is (149,97,147). Sum of RGB (Red+Green+Blue) = 149+97+147=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #956193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956193 is #6A9E6C. Grayscale: #767676. Windows color (decimal): -6987373 or 9658773. OLE color: 9658773.

HSL color Cylindrical-coordinate representation of color #956193: hue angle of 302.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956193 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 147 -
CMYK 0 0.35 0.01 0.42
HSL 302.31º 0.21% 0.48% -
HSV(B) 302.31º 0.35% 0.58% -
XYZ 21.94 17.05 29.74 -
YUV 118.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 149 97 147 0 0.35 0.01 0.42 302.31 0.21 0.48
Hex 95 61 93 0 23 1 2A 12E 15 30
Octal 225 141 223 0 43 1 52 456 25 60
Binary 10010101 1100001 10010011 0 100011 1 101010 100101110 10101 110000

Color Harmonies of #956193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956193

Black with #956193

Text Example


Text Example

White with #956193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956193; }

 p { color: rgb(149,97,147); }

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

background-color css

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

 a { background-color: rgb(149,97,147); }

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

border-color css

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

 span { border-color: rgb(149,97,147); }

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