Html Css Color HEX #953E90 Vivid Violet

📋 copy color: '#953E90'

red 149 ◦ green 62 ◦ blue 144

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

Shades of Vivid Violet #953E90

Tints of Vivid Violet #953E90

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 41.97%
G = 17.46%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953E90 (or 0x953E90) is known color: Vivid Violet. HEX triplet: 95, 3E and 90. RGB value is (149,62,144). Sum of RGB (Red+Green+Blue) = 149+62+144=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #953E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E90 is #6AC16F. Grayscale: #616161. Windows color (decimal): -6996336 or 9453205. OLE color: 9453205.

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

Color convert

RGB 149 62 144 -
CMYK 0 0.58 0.03 0.42
HSL 303.45º 0.41% 0.41% -
HSV(B) 303.45º 0.58% 0.58% -
XYZ 19.15 11.85 27.66 -
YUV 97.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 149 62 144 0 0.58 0.03 0.42 303.45 0.41 0.41
Hex 95 3E 90 0 3A 3 2A 12F 29 29
Octal 225 76 220 0 72 3 52 457 51 51
Binary 10010101 111110 10010000 0 111010 11 101010 100101111 101001 101001

Color Harmonies of #953E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E90

Black with #953E90

Text Example


Text Example

White with #953E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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