Html Css Color HEX #955696 Violet Blue

📋 copy color: '#955696'

red 149 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #955696

Tints of Violet Blue #955696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 38.7%
G = 22.34%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#955696 (or 0x955696) is known color: Violet Blue. HEX triplet: 95, 56 and 96. RGB value is (149,86,150). Sum of RGB (Red+Green+Blue) = 149+86+150=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #955696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955696 is #6AA969. Grayscale: #6F6F6F. Windows color (decimal): -6990186 or 9852565. OLE color: 9852565.

HSL color Cylindrical-coordinate representation of color #955696: hue angle of 299.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955696 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 86 150 -
CMYK 0.01 0.43 0 0.41
HSL 299.06º 0.27% 0.46% -
HSV(B) 299.06º 0.43% 0.59% -
XYZ 21.23 15.25 30.68 -
YUV 112.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 149 86 150 0.01 0.43 0 0.41 299.06 0.27 0.46
Hex 95 56 96 1 2B 0 29 12B 1B 2E
Octal 225 126 226 1 53 0 51 453 33 56
Binary 10010101 1010110 10010110 1 101011 0 101001 100101011 11011 101110

Color Harmonies of #955696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955696

Black with #955696

Text Example


Text Example

White with #955696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955696; }

 p { color: rgb(149,86,150); }

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

background-color css

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

 a { background-color: rgb(149,86,150); }

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

border-color css

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

 span { border-color: rgb(149,86,150); }

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