Html Css Color HEX #956998 Violet Blue

📋 copy color: '#956998'

red 149 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #956998

Tints of Violet Blue #956998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 36.7%
G = 25.86%
B = 37.44%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#956998 (or 0x956998) is known color: Violet Blue. HEX triplet: 95, 69 and 98. RGB value is (149,105,152). Sum of RGB (Red+Green+Blue) = 149+105+152=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #956998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956998 is #6A9667. Grayscale: #7B7B7B. Windows color (decimal): -6985320 or 9988501. OLE color: 9988501.

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

Color convert

RGB 149 105 152 -
CMYK 0.02 0.31 0 0.40
HSL 296.17º 0.19% 0.5% -
HSV(B) 296.17º 0.31% 0.6% -
XYZ 23.11 18.76 32.11 -
YUV 123.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 149 105 152 0.02 0.31 0 0.40 296.17 0.19 0.5
Hex 95 69 98 2 1F 0 28 128 13 32
Octal 225 151 230 2 37 0 50 450 23 62
Binary 10010101 1101001 10011000 10 11111 0 101000 100101000 10011 110010

Color Harmonies of #956998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956998

Black with #956998

Text Example


Text Example

White with #956998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956998; }

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

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

background-color css

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

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

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

border-color css

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

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

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