Html Css Color HEX #956592 Violet Blue

📋 copy color: '#956592'

red 149 ◦ green 101 ◦ blue 146

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

Shades of Violet Blue #956592

Tints of Violet Blue #956592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

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

R = 37.63%
G = 25.51%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956592 (or 0x956592) is known color: Violet Blue. HEX triplet: 95, 65 and 92. RGB value is (149,101,146). Sum of RGB (Red+Green+Blue) = 149+101+146=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #956592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956592 is #6A9A6D. Grayscale: #787878. Windows color (decimal): -6986350 or 9594261. OLE color: 9594261.

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

Color convert

RGB 149 101 146 -
CMYK 0 0.32 0.02 0.42
HSL 303.75º 0.19% 0.49% -
HSV(B) 303.75º 0.32% 0.58% -
XYZ 22.24 17.77 29.45 -
YUV 120.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 149 101 146 0 0.32 0.02 0.42 303.75 0.19 0.49
Hex 95 65 92 0 20 2 2A 130 13 31
Octal 225 145 222 0 40 2 52 460 23 61
Binary 10010101 1100101 10010010 0 100000 10 101010 100110000 10011 110001

Color Harmonies of #956592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956592

Black with #956592

Text Example


Text Example

White with #956592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956592; }

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

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

background-color css

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

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

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

border-color css

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

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

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