Html Css Color HEX #957094 Violet Blue

📋 copy color: '#957094'

red 149 ◦ green 112 ◦ blue 148

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

Shades of Violet Blue #957094

Tints of Violet Blue #957094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

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

R = 36.43%
G = 27.38%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957094 (or 0x957094) is known color: Violet Blue. HEX triplet: 95, 70 and 94. RGB value is (149,112,148). Sum of RGB (Red+Green+Blue) = 149+112+148=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957094 is #6A8F6B. Grayscale: #7F7F7F. Windows color (decimal): -6983532 or 9728149. OLE color: 9728149.

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

Color convert

RGB 149 112 148 -
CMYK 0 0.25 0.01 0.42
HSL 301.62º 0.15% 0.51% -
HSV(B) 301.62º 0.25% 0.58% -
XYZ 23.53 20.12 30.66 -
YUV 127.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 149 112 148 0 0.25 0.01 0.42 301.62 0.15 0.51
Hex 95 70 94 0 19 1 2A 12E F 33
Octal 225 160 224 0 31 1 52 456 17 63
Binary 10010101 1110000 10010100 0 11001 1 101010 100101110 1111 110011

Color Harmonies of #957094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957094

Black with #957094

Text Example


Text Example

White with #957094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957094; }

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

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

background-color css

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

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

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

border-color css

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

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

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