Html Css Color HEX #953D90 Vivid Violet

📋 copy color: '#953D90'

red 149 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #953D90

Tints of Vivid Violet #953D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

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

R = 42.09%
G = 17.23%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953D90 (or 0x953D90) is known color: Vivid Violet. HEX triplet: 95, 3D and 90. RGB value is (149,61,144). Sum of RGB (Red+Green+Blue) = 149+61+144=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D90 is #6AC26F. Grayscale: #606060. Windows color (decimal): -6996592 or 9452949. OLE color: 9452949.

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

Color convert

RGB 149 61 144 -
CMYK 0 0.59 0.03 0.42
HSL 303.41º 0.42% 0.41% -
HSV(B) 303.41º 0.59% 0.58% -
XYZ 19.1 11.74 27.65 -
YUV 96.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 149 61 144 0 0.59 0.03 0.42 303.41 0.42 0.41
Hex 95 3D 90 0 3B 3 2A 12F 2A 29
Octal 225 75 220 0 73 3 52 457 52 51
Binary 10010101 111101 10010000 0 111011 11 101010 100101111 101010 101001

Color Harmonies of #953D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D90

Black with #953D90

Text Example


Text Example

White with #953D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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