Html Css Color HEX #956098 Violet Blue

📋 copy color: '#956098'

red 149 ◦ green 96 ◦ blue 152

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

Shades of Violet Blue #956098

Tints of Violet Blue #956098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 37.53%
G = 24.18%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#956098 (or 0x956098) is known color: Violet Blue. HEX triplet: 95, 60 and 98. RGB value is (149,96,152). Sum of RGB (Red+Green+Blue) = 149+96+152=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #956098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956098 is #6A9F67. Grayscale: #767676. Windows color (decimal): -6987624 or 9986197. OLE color: 9986197.

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

Color convert

RGB 149 96 152 -
CMYK 0.02 0.37 0 0.40
HSL 296.79º 0.23% 0.49% -
HSV(B) 296.79º 0.37% 0.6% -
XYZ 22.24 17.02 31.82 -
YUV 118.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 149 96 152 0.02 0.37 0 0.40 296.79 0.23 0.49
Hex 95 60 98 2 25 0 28 129 17 31
Octal 225 140 230 2 45 0 50 451 27 61
Binary 10010101 1100000 10011000 10 100101 0 101000 100101001 10111 110001

Color Harmonies of #956098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956098

Black with #956098

Text Example


Text Example

White with #956098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956098; }

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

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

background-color css

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

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

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

border-color css

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

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

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