Html Css Color HEX #954189 Vivid Violet

📋 copy color: '#954189'

red 149 ◦ green 65 ◦ blue 137

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

Shades of Vivid Violet #954189

Tints of Vivid Violet #954189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 42.45%
G = 18.52%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#954189 (or 0x954189) is known color: Vivid Violet. HEX triplet: 95, 41 and 89. RGB value is (149,65,137). Sum of RGB (Red+Green+Blue) = 149+65+137=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #954189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954189 is #6ABE76. Grayscale: #626262. Windows color (decimal): -6995575 or 8995221. OLE color: 8995221.

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

Color convert

RGB 149 65 137 -
CMYK 0 0.56 0.08 0.42
HSL 308.57º 0.39% 0.42% -
HSV(B) 308.57º 0.56% 0.58% -
XYZ 18.8 11.98 24.99 -
YUV 98.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 149 65 137 0 0.56 0.08 0.42 308.57 0.39 0.42
Hex 95 41 89 0 38 8 2A 135 27 2A
Octal 225 101 211 0 70 10 52 465 47 52
Binary 10010101 1000001 10001001 0 111000 1000 101010 100110101 100111 101010

Color Harmonies of #954189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954189

Black with #954189

Text Example


Text Example

White with #954189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954189; }

 p { color: rgb(149,65,137); }

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

background-color css

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

 a { background-color: rgb(149,65,137); }

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

border-color css

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

 span { border-color: rgb(149,65,137); }

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