Html Css Color HEX #956E92 Violet Blue

📋 copy color: '#956E92'

red 149 ◦ green 110 ◦ blue 146

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

Shades of Violet Blue #956E92

Tints of Violet Blue #956E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 36.79%
G = 27.16%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956E92 (or 0x956E92) is known color: Violet Blue. HEX triplet: 95, 6E and 92. RGB value is (149,110,146). Sum of RGB (Red+Green+Blue) = 149+110+146=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #956E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956E92 is #6A916D. Grayscale: #7D7D7D. Windows color (decimal): -6984046 or 9596565. OLE color: 9596565.

HSL color Cylindrical-coordinate representation of color #956E92: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956E92 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 146 -
CMYK 0 0.26 0.02 0.42
HSL 304.62º 0.16% 0.51% -
HSV(B) 304.62º 0.26% 0.58% -
XYZ 23.16 19.62 29.76 -
YUV 125.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 149 110 146 0 0.26 0.02 0.42 304.62 0.16 0.51
Hex 95 6E 92 0 1A 2 2A 131 10 33
Octal 225 156 222 0 32 2 52 461 20 63
Binary 10010101 1101110 10010010 0 11010 10 101010 100110001 10000 110011

Color Harmonies of #956E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E92

Black with #956E92

Text Example


Text Example

White with #956E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E92; }

 p { color: rgb(149,110,146); }

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

background-color css

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

 a { background-color: rgb(149,110,146); }

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

border-color css

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

 span { border-color: rgb(149,110,146); }

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