Html Css Color HEX #953190 Vivid Violet

📋 copy color: '#953190'

red 149 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #953190

Tints of Vivid Violet #953190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

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

R = 43.57%
G = 14.33%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953190 (or 0x953190) is known color: Vivid Violet. HEX triplet: 95, 31 and 90. RGB value is (149,49,144). Sum of RGB (Red+Green+Blue) = 149+49+144=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #953190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953190 is #6ACE6F. Grayscale: #595959. Windows color (decimal): -6999664 or 9449877. OLE color: 9449877.

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

Color convert

RGB 149 49 144 -
CMYK 0 0.67 0.03 0.42
HSL 303º 0.51% 0.39% -
HSV(B) 303º 0.67% 0.58% -
XYZ 18.53 10.6 27.46 -
YUV 89.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 149 49 144 0 0.67 0.03 0.42 303 0.51 0.39
Hex 95 31 90 0 43 3 2A 12F 33 27
Octal 225 61 220 0 103 3 52 457 63 47
Binary 10010101 110001 10010000 0 1000011 11 101010 100101111 110011 100111

Color Harmonies of #953190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953190

Black with #953190

Text Example


Text Example

White with #953190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953190; }

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

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

background-color css

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

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

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

border-color css

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

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

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