Html Css Color HEX #957092 Violet Blue

📋 copy color: '#957092'

red 149 ◦ green 112 ◦ blue 146

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

Shades of Violet Blue #957092

Tints of Violet Blue #957092

RGB

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

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

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

R = 36.61%
G = 27.52%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#957092 (or 0x957092) is known color: Violet Blue. HEX triplet: 95, 70 and 92. RGB value is (149,112,146). Sum of RGB (Red+Green+Blue) = 149+112+146=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #957092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957092 is #6A8F6D. Grayscale: #7E7E7E. Windows color (decimal): -6983534 or 9597077. OLE color: 9597077.

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

Color convert

RGB 149 112 146 -
CMYK 0 0.25 0.02 0.42
HSL 304.86º 0.15% 0.51% -
HSV(B) 304.86º 0.25% 0.58% -
XYZ 23.38 20.05 29.83 -
YUV 126.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 149 112 146 0 0.25 0.02 0.42 304.86 0.15 0.51
Hex 95 70 92 0 19 2 2A 131 F 33
Octal 225 160 222 0 31 2 52 461 17 63
Binary 10010101 1110000 10010010 0 11001 10 101010 100110001 1111 110011

Color Harmonies of #957092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957092

Black with #957092

Text Example


Text Example

White with #957092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957092; }

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

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

background-color css

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

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

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

border-color css

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

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

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