Html Css Color HEX #956094 Violet Blue

📋 copy color: '#956094'

red 149 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #956094

Tints of Violet Blue #956094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 37.91%
G = 24.43%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#956094 (or 0x956094) is known color: Violet Blue. HEX triplet: 95, 60 and 94. RGB value is (149,96,148). Sum of RGB (Red+Green+Blue) = 149+96+148=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #956094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956094 is #6A9F6B. Grayscale: #757575. Windows color (decimal): -6987628 or 9724053. OLE color: 9724053.

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

Color convert

RGB 149 96 148 -
CMYK 0 0.36 0.01 0.42
HSL 301.13º 0.22% 0.48% -
HSV(B) 301.13º 0.36% 0.58% -
XYZ 21.92 16.89 30.12 -
YUV 117.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 149 96 148 0 0.36 0.01 0.42 301.13 0.22 0.48
Hex 95 60 94 0 24 1 2A 12D 16 30
Octal 225 140 224 0 44 1 52 455 26 60
Binary 10010101 1100000 10010100 0 100100 1 101010 100101101 10110 110000

Color Harmonies of #956094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956094

Black with #956094

Text Example


Text Example

White with #956094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956094; }

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

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

background-color css

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

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

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

border-color css

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

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

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