Html Css Color HEX #953894 Vivid Violet

📋 copy color: '#953894'

red 149 ◦ green 56 ◦ blue 148

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

Shades of Vivid Violet #953894

Tints of Vivid Violet #953894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

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

R = 42.21%
G = 15.86%
B = 41.93%

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

#953894 (or 0x953894) is known color: Vivid Violet. HEX triplet: 95, 38 and 94. RGB value is (149,56,148). Sum of RGB (Red+Green+Blue) = 149+56+148=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #953894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953894 is #6AC76B. Grayscale: #5E5E5E. Windows color (decimal): -6997868 or 9713813. OLE color: 9713813.

HSL color Cylindrical-coordinate representation of color #953894: 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 #953894 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 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.15 11.36 29.2 -
YUV 94.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 149 56 148 0 0.62 0.01 0.42 300.65 0.45 0.4
Hex 95 38 94 0 3E 1 2A 12D 2D 28
Octal 225 70 224 0 76 1 52 455 55 50
Binary 10010101 111000 10010100 0 111110 1 101010 100101101 101101 101000

Color Harmonies of #953894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953894

Black with #953894

Text Example


Text Example

White with #953894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953894; }

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

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

background-color css

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

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

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

border-color css

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

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

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