Html Css Color HEX #954394 Vivid Violet

📋 copy color: '#954394'

red 149 ◦ green 67 ◦ blue 148

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

Shades of Vivid Violet #954394

Tints of Vivid Violet #954394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 40.93%
G = 18.41%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#954394 (or 0x954394) is known color: Vivid Violet. HEX triplet: 95, 43 and 94. RGB value is (149,67,148). Sum of RGB (Red+Green+Blue) = 149+67+148=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954394 is #6ABC6B. Grayscale: #646464. Windows color (decimal): -6995052 or 9716629. OLE color: 9716629.

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

Color convert

RGB 149 67 148 -
CMYK 0 0.55 0.01 0.42
HSL 300.73º 0.38% 0.42% -
HSV(B) 300.73º 0.55% 0.58% -
XYZ 19.75 12.54 29.4 -
YUV 100.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 149 67 148 0 0.55 0.01 0.42 300.73 0.38 0.42
Hex 95 43 94 0 37 1 2A 12D 26 2A
Octal 225 103 224 0 67 1 52 455 46 52
Binary 10010101 1000011 10010100 0 110111 1 101010 100101101 100110 101010

Color Harmonies of #954394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954394

Black with #954394

Text Example


Text Example

White with #954394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954394; }

 p { color: rgb(149,67,148); }

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

background-color css

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

 a { background-color: rgb(149,67,148); }

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

border-color css

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

 span { border-color: rgb(149,67,148); }

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