Html Css Color HEX #957894 Violet Blue

📋 copy color: '#957894'

red 149 ◦ green 120 ◦ blue 148

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

Shades of Violet Blue #957894

Tints of Violet Blue #957894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 35.73%
G = 28.78%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#957894 (or 0x957894) is known color: Violet Blue. HEX triplet: 95, 78 and 94. RGB value is (149,120,148). Sum of RGB (Red+Green+Blue) = 149+120+148=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #957894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957894 is #6A876B. Grayscale: #838383. Windows color (decimal): -6981484 or 9730197. OLE color: 9730197.

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

Color convert

RGB 149 120 148 -
CMYK 0 0.19 0.01 0.42
HSL 302.07º 0.12% 0.53% -
HSV(B) 302.07º 0.19% 0.58% -
XYZ 24.46 21.96 30.97 -
YUV 131.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 149 120 148 0 0.19 0.01 0.42 302.07 0.12 0.53
Hex 95 78 94 0 13 1 2A 12E C 35
Octal 225 170 224 0 23 1 52 456 14 65
Binary 10010101 1111000 10010100 0 10011 1 101010 100101110 1100 110101

Color Harmonies of #957894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957894

Black with #957894

Text Example


Text Example

White with #957894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957894; }

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

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

background-color css

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

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

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

border-color css

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

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

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