Html Css Color HEX #956798 Violet Blue

📋 copy color: '#956798'

red 149 ◦ green 103 ◦ blue 152

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

Shades of Violet Blue #956798

Tints of Violet Blue #956798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 36.88%
G = 25.5%
B = 37.62%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#956798 (or 0x956798) is known color: Violet Blue. HEX triplet: 95, 67 and 98. RGB value is (149,103,152). Sum of RGB (Red+Green+Blue) = 149+103+152=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #956798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956798 is #6A9867. Grayscale: #7A7A7A. Windows color (decimal): -6985832 or 9987989. OLE color: 9987989.

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

Color convert

RGB 149 103 152 -
CMYK 0.02 0.32 0 0.40
HSL 296.33º 0.19% 0.5% -
HSV(B) 296.33º 0.32% 0.6% -
XYZ 22.91 18.36 32.04 -
YUV 122.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 149 103 152 0.02 0.32 0 0.40 296.33 0.19 0.5
Hex 95 67 98 2 20 0 28 128 13 32
Octal 225 147 230 2 40 0 50 450 23 62
Binary 10010101 1100111 10011000 10 100000 0 101000 100101000 10011 110010

Color Harmonies of #956798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956798

Black with #956798

Text Example


Text Example

White with #956798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956798; }

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

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

background-color css

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

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

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

border-color css

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

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

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