Html Css Color HEX #956292 Violet Blue

📋 copy color: '#956292'

red 149 ◦ green 98 ◦ blue 146

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

Shades of Violet Blue #956292

Tints of Violet Blue #956292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 37.91%
G = 24.94%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#956292 (or 0x956292) is known color: Violet Blue. HEX triplet: 95, 62 and 92. RGB value is (149,98,146). Sum of RGB (Red+Green+Blue) = 149+98+146=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #956292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956292 is #6A9D6D. Grayscale: #767676. Windows color (decimal): -6987118 or 9593493. OLE color: 9593493.

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

Color convert

RGB 149 98 146 -
CMYK 0 0.34 0.02 0.42
HSL 303.53º 0.21% 0.48% -
HSV(B) 303.53º 0.34% 0.58% -
XYZ 21.95 17.2 29.36 -
YUV 118.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 149 98 146 0 0.34 0.02 0.42 303.53 0.21 0.48
Hex 95 62 92 0 22 2 2A 130 15 30
Octal 225 142 222 0 42 2 52 460 25 60
Binary 10010101 1100010 10010010 0 100010 10 101010 100110000 10101 110000

Color Harmonies of #956292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956292

Black with #956292

Text Example


Text Example

White with #956292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956292; }

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

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

background-color css

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

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

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

border-color css

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

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

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