Html Css Color HEX #956090 Violet Blue

📋 copy color: '#956090'

red 149 ◦ green 96 ◦ blue 144

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

Shades of Violet Blue #956090

Tints of Violet Blue #956090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 38.3%
G = 24.68%
B = 37.02%

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

#956090 (or 0x956090) is known color: Violet Blue. HEX triplet: 95, 60 and 90. RGB value is (149,96,144). Sum of RGB (Red+Green+Blue) = 149+96+144=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956090 is #6A9F6F. Grayscale: #757575. Windows color (decimal): -6987632 or 9461909. OLE color: 9461909.

HSL color Cylindrical-coordinate representation of color #956090: hue angle of 305.66º 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 #956090 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 144 -
CMYK 0 0.36 0.03 0.42
HSL 305.66º 0.22% 0.48% -
HSV(B) 305.66º 0.36% 0.58% -
XYZ 21.61 16.77 28.48 -
YUV 117.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 149 96 144 0 0.36 0.03 0.42 305.66 0.22 0.48
Hex 95 60 90 0 24 3 2A 132 16 30
Octal 225 140 220 0 44 3 52 462 26 60
Binary 10010101 1100000 10010000 0 100100 11 101010 100110010 10110 110000

Color Harmonies of #956090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956090

Black with #956090

Text Example


Text Example

White with #956090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956090; }

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

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

background-color css

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

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

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

border-color css

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

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

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