Html Css Color HEX #953794 Vivid Violet

📋 copy color: '#953794'

red 149 ◦ green 55 ◦ blue 148

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

Shades of Vivid Violet #953794

Tints of Vivid Violet #953794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

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

R = 42.33%
G = 15.63%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953794 (or 0x953794) is known color: Vivid Violet. HEX triplet: 95, 37 and 94. RGB value is (149,55,148). Sum of RGB (Red+Green+Blue) = 149+55+148=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #953794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953794 is #6AC86B. Grayscale: #5D5D5D. Windows color (decimal): -6998124 or 9713557. OLE color: 9713557.

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

Color convert

RGB 149 55 148 -
CMYK 0 0.63 0.01 0.42
HSL 300.64º 0.46% 0.4% -
HSV(B) 300.64º 0.63% 0.58% -
XYZ 19.11 11.26 29.18 -
YUV 93.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 149 55 148 0 0.63 0.01 0.42 300.64 0.46 0.4
Hex 95 37 94 0 3F 1 2A 12D 2E 28
Octal 225 67 224 0 77 1 52 455 56 50
Binary 10010101 110111 10010100 0 111111 1 101010 100101101 101110 101000

Color Harmonies of #953794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953794

Black with #953794

Text Example


Text Example

White with #953794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953794; }

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

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

background-color css

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

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

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

border-color css

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

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

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