Html Css Color HEX #955695 Violet Blue

📋 copy color: '#955695'

red 149 ◦ green 86 ◦ blue 149

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

Shades of Violet Blue #955695

Tints of Violet Blue #955695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 38.8%
G = 22.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955695 (or 0x955695) is known color: Violet Blue. HEX triplet: 95, 56 and 95. RGB value is (149,86,149). Sum of RGB (Red+Green+Blue) = 149+86+149=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955695 is #6AA96A. Grayscale: #6F6F6F. Windows color (decimal): -6990187 or 9787029. OLE color: 9787029.

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

Color convert

RGB 149 86 149 -
CMYK 0 0.42 0 0.42
HSL 300º 0.27% 0.46% -
HSV(B) 300º 0.42% 0.58% -
XYZ 21.15 15.22 30.26 -
YUV 112.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 149 86 149 0 0.42 0 0.42 300 0.27 0.46
Hex 95 56 95 0 2A 0 2A 12C 1B 2E
Octal 225 126 225 0 52 0 52 454 33 56
Binary 10010101 1010110 10010101 0 101010 0 101010 100101100 11011 101110

Color Harmonies of #955695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955695

Black with #955695

Text Example


Text Example

White with #955695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955695; }

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

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

background-color css

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

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

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

border-color css

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

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

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