Html Css Color HEX #953890 Vivid Violet

📋 copy color: '#953890'

red 149 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #953890

Tints of Vivid Violet #953890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 42.69%
G = 16.05%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953890 (or 0x953890) is known color: Vivid Violet. HEX triplet: 95, 38 and 90. RGB value is (149,56,144). Sum of RGB (Red+Green+Blue) = 149+56+144=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #953890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953890 is #6AC76F. Grayscale: #5D5D5D. Windows color (decimal): -6997872 or 9451669. OLE color: 9451669.

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

Color convert

RGB 149 56 144 -
CMYK 0 0.62 0.03 0.42
HSL 303.23º 0.45% 0.4% -
HSV(B) 303.23º 0.62% 0.58% -
XYZ 18.84 11.23 27.56 -
YUV 93.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 149 56 144 0 0.62 0.03 0.42 303.23 0.45 0.4
Hex 95 38 90 0 3E 3 2A 12F 2D 28
Octal 225 70 220 0 76 3 52 457 55 50
Binary 10010101 111000 10010000 0 111110 11 101010 100101111 101101 101000

Color Harmonies of #953890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953890

Black with #953890

Text Example


Text Example

White with #953890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953890; }

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

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

background-color css

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

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

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

border-color css

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

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

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