Html Css Color HEX #955395 Violet Blue

📋 copy color: '#955395'

red 149 ◦ green 83 ◦ blue 149

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

Shades of Violet Blue #955395

Tints of Violet Blue #955395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 39.11%
G = 21.78%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#955395 (or 0x955395) is known color: Violet Blue. HEX triplet: 95, 53 and 95. RGB value is (149,83,149). Sum of RGB (Red+Green+Blue) = 149+83+149=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955395 is #6AAC6A. Grayscale: #6E6E6E. Windows color (decimal): -6990955 or 9786261. OLE color: 9786261.

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

Color convert

RGB 149 83 149 -
CMYK 0 0.44 0 0.42
HSL 300º 0.28% 0.45% -
HSV(B) 300º 0.44% 0.58% -
XYZ 20.91 14.75 30.18 -
YUV 110.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 149 83 149 0 0.44 0 0.42 300 0.28 0.45
Hex 95 53 95 0 2C 0 2A 12C 1C 2D
Octal 225 123 225 0 54 0 52 454 34 55
Binary 10010101 1010011 10010101 0 101100 0 101010 100101100 11100 101101

Color Harmonies of #955395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955395

Black with #955395

Text Example


Text Example

White with #955395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955395; }

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

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

background-color css

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

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

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

border-color css

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

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

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