Html Css Color HEX #953990 Vivid Violet

📋 copy color: '#953990'

red 149 ◦ green 57 ◦ blue 144

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

Shades of Vivid Violet #953990

Tints of Vivid Violet #953990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 42.57%
G = 16.29%
B = 41.14%

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

#953990 (or 0x953990) is known color: Vivid Violet. HEX triplet: 95, 39 and 90. RGB value is (149,57,144). Sum of RGB (Red+Green+Blue) = 149+57+144=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953990 is #6AC66F. Grayscale: #5E5E5E. Windows color (decimal): -6997616 or 9451925. OLE color: 9451925.

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

Color convert

RGB 149 57 144 -
CMYK 0 0.62 0.03 0.42
HSL 303.26º 0.45% 0.4% -
HSV(B) 303.26º 0.62% 0.58% -
XYZ 18.89 11.33 27.58 -
YUV 94.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 149 57 144 0 0.62 0.03 0.42 303.26 0.45 0.4
Hex 95 39 90 0 3E 3 2A 12F 2D 28
Octal 225 71 220 0 76 3 52 457 55 50
Binary 10010101 111001 10010000 0 111110 11 101010 100101111 101101 101000

Color Harmonies of #953990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953990

Black with #953990

Text Example


Text Example

White with #953990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953990; }

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

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

background-color css

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

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

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

border-color css

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

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

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