Html Css Color HEX #957093 Violet Blue

📋 copy color: '#957093'

red 149 ◦ green 112 ◦ blue 147

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

Shades of Violet Blue #957093

Tints of Violet Blue #957093

RGB

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

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

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

R = 36.52%
G = 27.45%
B = 36.03%

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

#957093 (or 0x957093) is known color: Violet Blue. HEX triplet: 95, 70 and 93. RGB value is (149,112,147). Sum of RGB (Red+Green+Blue) = 149+112+147=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #957093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957093 is #6A8F6C. Grayscale: #7E7E7E. Windows color (decimal): -6983533 or 9662613. OLE color: 9662613.

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

Color convert

RGB 149 112 147 -
CMYK 0 0.25 0.01 0.42
HSL 303.24º 0.15% 0.51% -
HSV(B) 303.24º 0.25% 0.58% -
XYZ 23.46 20.08 30.24 -
YUV 127.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 149 112 147 0 0.25 0.01 0.42 303.24 0.15 0.51
Hex 95 70 93 0 19 1 2A 12F F 33
Octal 225 160 223 0 31 1 52 457 17 63
Binary 10010101 1110000 10010011 0 11001 1 101010 100101111 1111 110011

Color Harmonies of #957093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957093

Black with #957093

Text Example


Text Example

White with #957093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957093; }

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

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

background-color css

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

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

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

border-color css

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

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

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