Html Css Color HEX #953994 Vivid Violet

📋 copy color: '#953994'

red 149 ◦ green 57 ◦ blue 148

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

Shades of Vivid Violet #953994

Tints of Vivid Violet #953994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 42.09%
G = 16.1%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953994 (or 0x953994) is known color: Vivid Violet. HEX triplet: 95, 39 and 94. RGB value is (149,57,148). Sum of RGB (Red+Green+Blue) = 149+57+148=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #953994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953994 is #6AC66B. Grayscale: #5E5E5E. Windows color (decimal): -6997612 or 9714069. OLE color: 9714069.

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

Color convert

RGB 149 57 148 -
CMYK 0 0.62 0.01 0.42
HSL 300.65º 0.45% 0.4% -
HSV(B) 300.65º 0.62% 0.58% -
XYZ 19.2 11.45 29.22 -
YUV 94.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 149 57 148 0 0.62 0.01 0.42 300.65 0.45 0.4
Hex 95 39 94 0 3E 1 2A 12D 2D 28
Octal 225 71 224 0 76 1 52 455 55 50
Binary 10010101 111001 10010100 0 111110 1 101010 100101101 101101 101000

Color Harmonies of #953994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953994

Black with #953994

Text Example


Text Example

White with #953994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953994; }

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

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

background-color css

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

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

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

border-color css

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

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

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