Html Css Color HEX #955895 Violet Blue

📋 copy color: '#955895'

red 149 ◦ green 88 ◦ blue 149

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

Shades of Violet Blue #955895

Tints of Violet Blue #955895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

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

R = 38.6%
G = 22.8%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955895 (or 0x955895) is known color: Violet Blue. HEX triplet: 95, 58 and 95. RGB value is (149,88,149). Sum of RGB (Red+Green+Blue) = 149+88+149=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955895 is #6AA76A. Grayscale: #717171. Windows color (decimal): -6989675 or 9787541. OLE color: 9787541.

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

Color convert

RGB 149 88 149 -
CMYK 0 0.41 0 0.42
HSL 300º 0.26% 0.46% -
HSV(B) 300º 0.41% 0.58% -
XYZ 21.31 15.54 30.31 -
YUV 113.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 149 88 149 0 0.41 0 0.42 300 0.26 0.46
Hex 95 58 95 0 29 0 2A 12C 1A 2E
Octal 225 130 225 0 51 0 52 454 32 56
Binary 10010101 1011000 10010101 0 101001 0 101010 100101100 11010 101110

Color Harmonies of #955895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955895

Black with #955895

Text Example


Text Example

White with #955895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955895; }

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

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

background-color css

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

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

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

border-color css

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

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

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