Html Css Color HEX #955390 Violet Blue

📋 copy color: '#955390'

red 149 ◦ green 83 ◦ blue 144

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

Shades of Violet Blue #955390

Tints of Violet Blue #955390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 39.63%
G = 22.07%
B = 38.3%

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

#955390 (or 0x955390) is known color: Violet Blue. HEX triplet: 95, 53 and 90. RGB value is (149,83,144). Sum of RGB (Red+Green+Blue) = 149+83+144=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955390 is #6AAC6F. Grayscale: #6D6D6D. Windows color (decimal): -6990960 or 9458581. OLE color: 9458581.

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

Color convert

RGB 149 83 144 -
CMYK 0 0.44 0.03 0.42
HSL 304.55º 0.28% 0.45% -
HSV(B) 304.55º 0.44% 0.58% -
XYZ 20.52 14.59 28.12 -
YUV 109.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 149 83 144 0 0.44 0.03 0.42 304.55 0.28 0.45
Hex 95 53 90 0 2C 3 2A 131 1C 2D
Octal 225 123 220 0 54 3 52 461 34 55
Binary 10010101 1010011 10010000 0 101100 11 101010 100110001 11100 101101

Color Harmonies of #955390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955390

Black with #955390

Text Example


Text Example

White with #955390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955390; }

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

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

background-color css

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

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

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

border-color css

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

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

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