Html Css Color HEX #955095 Violet Blue

📋 copy color: '#955095'

red 149 ◦ green 80 ◦ blue 149

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

Shades of Violet Blue #955095

Tints of Violet Blue #955095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 39.42%
G = 21.16%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955095 (or 0x955095) is known color: Violet Blue. HEX triplet: 95, 50 and 95. RGB value is (149,80,149). Sum of RGB (Red+Green+Blue) = 149+80+149=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955095 is #6AAF6A. Grayscale: #6C6C6C. Windows color (decimal): -6991723 or 9785493. OLE color: 9785493.

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

Color convert

RGB 149 80 149 -
CMYK 0 0.46 0 0.42
HSL 300º 0.3% 0.45% -
HSV(B) 300º 0.46% 0.58% -
XYZ 20.69 14.3 30.1 -
YUV 108.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 149 80 149 0 0.46 0 0.42 300 0.3 0.45
Hex 95 50 95 0 2E 0 2A 12C 1E 2D
Octal 225 120 225 0 56 0 52 454 36 55
Binary 10010101 1010000 10010101 0 101110 0 101010 100101100 11110 101101

Color Harmonies of #955095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955095

Black with #955095

Text Example


Text Example

White with #955095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955095; }

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

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

background-color css

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

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

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

border-color css

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

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

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