Html Css Color HEX #955391 Violet Blue

📋 copy color: '#955391'

red 149 ◦ green 83 ◦ blue 145

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

Shades of Violet Blue #955391

Tints of Violet Blue #955391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 39.52%
G = 22.02%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#955391 (or 0x955391) is known color: Violet Blue. HEX triplet: 95, 53 and 91. RGB value is (149,83,145). Sum of RGB (Red+Green+Blue) = 149+83+145=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955391 is #6AAC6E. Grayscale: #6D6D6D. Windows color (decimal): -6990959 or 9524117. OLE color: 9524117.

HSL color Cylindrical-coordinate representation of color #955391: hue angle of 303.64º 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 #955391 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 145 -
CMYK 0 0.44 0.03 0.42
HSL 303.64º 0.28% 0.45% -
HSV(B) 303.64º 0.44% 0.58% -
XYZ 20.6 14.62 28.52 -
YUV 109.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 149 83 145 0 0.44 0.03 0.42 303.64 0.28 0.45
Hex 95 53 91 0 2C 3 2A 130 1C 2D
Octal 225 123 221 0 54 3 52 460 34 55
Binary 10010101 1010011 10010001 0 101100 11 101010 100110000 11100 101101

Color Harmonies of #955391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955391

Black with #955391

Text Example


Text Example

White with #955391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955391; }

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

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

background-color css

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

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

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

border-color css

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

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

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