Html Css Color HEX #956091 Violet Blue

📋 copy color: '#956091'

red 149 ◦ green 96 ◦ blue 145

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

Shades of Violet Blue #956091

Tints of Violet Blue #956091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 38.21%
G = 24.62%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#956091 (or 0x956091) is known color: Violet Blue. HEX triplet: 95, 60 and 91. RGB value is (149,96,145). Sum of RGB (Red+Green+Blue) = 149+96+145=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #956091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956091 is #6A9F6E. Grayscale: #757575. Windows color (decimal): -6987631 or 9527445. OLE color: 9527445.

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

Color convert

RGB 149 96 145 -
CMYK 0 0.36 0.03 0.42
HSL 304.53º 0.22% 0.48% -
HSV(B) 304.53º 0.36% 0.58% -
XYZ 21.69 16.8 28.89 -
YUV 117.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 149 96 145 0 0.36 0.03 0.42 304.53 0.22 0.48
Hex 95 60 91 0 24 3 2A 131 16 30
Octal 225 140 221 0 44 3 52 461 26 60
Binary 10010101 1100000 10010001 0 100100 11 101010 100110001 10110 110000

Color Harmonies of #956091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956091

Black with #956091

Text Example


Text Example

White with #956091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956091; }

 p { color: rgb(149,96,145); }

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

background-color css

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

 a { background-color: rgb(149,96,145); }

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

border-color css

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

 span { border-color: rgb(149,96,145); }

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