Html Css Color HEX #957098 Violet Blue

📋 copy color: '#957098'

red 149 ◦ green 112 ◦ blue 152

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

Shades of Violet Blue #957098

Tints of Violet Blue #957098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 36.08%
G = 27.12%
B = 36.8%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#957098 (or 0x957098) is known color: Violet Blue. HEX triplet: 95, 70 and 98. RGB value is (149,112,152). Sum of RGB (Red+Green+Blue) = 149+112+152=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #957098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957098 is #6A8F67. Grayscale: #7F7F7F. Windows color (decimal): -6983528 or 9990293. OLE color: 9990293.

HSL color Cylindrical-coordinate representation of color #957098: hue angle of 295.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #957098 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 112 152 -
CMYK 0.02 0.26 0 0.40
HSL 295.5º 0.16% 0.52% -
HSV(B) 295.5º 0.26% 0.6% -
XYZ 23.86 20.24 32.36 -
YUV 127.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 149 112 152 0.02 0.26 0 0.40 295.5 0.16 0.52
Hex 95 70 98 2 1A 0 28 128 10 34
Octal 225 160 230 2 32 0 50 450 20 64
Binary 10010101 1110000 10011000 10 11010 0 101000 100101000 10000 110100

Color Harmonies of #957098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957098

Black with #957098

Text Example


Text Example

White with #957098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957098; }

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

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

background-color css

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

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

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

border-color css

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

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

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