Html Css Color HEX #953390 Vivid Violet

📋 copy color: '#953390'

red 149 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #953390

Tints of Vivid Violet #953390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 43.31%
G = 14.83%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953390 (or 0x953390) is known color: Vivid Violet. HEX triplet: 95, 33 and 90. RGB value is (149,51,144). Sum of RGB (Red+Green+Blue) = 149+51+144=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #953390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953390 is #6ACC6F. Grayscale: #5A5A5A. Windows color (decimal): -6999152 or 9450389. OLE color: 9450389.

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

Color convert

RGB 149 51 144 -
CMYK 0 0.66 0.03 0.42
HSL 303.06º 0.49% 0.39% -
HSV(B) 303.06º 0.66% 0.58% -
XYZ 18.61 10.77 27.48 -
YUV 90.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 149 51 144 0 0.66 0.03 0.42 303.06 0.49 0.39
Hex 95 33 90 0 42 3 2A 12F 31 27
Octal 225 63 220 0 102 3 52 457 61 47
Binary 10010101 110011 10010000 0 1000010 11 101010 100101111 110001 100111

Color Harmonies of #953390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953390

Black with #953390

Text Example


Text Example

White with #953390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953390; }

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

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

background-color css

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

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

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

border-color css

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

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

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