Html Css Color HEX #953799 Vivid Violet

📋 copy color: '#953799'

red 149 ◦ green 55 ◦ blue 153

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

Shades of Vivid Violet #953799

Tints of Vivid Violet #953799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 41.74%
G = 15.41%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#953799 (or 0x953799) is known color: Vivid Violet. HEX triplet: 95, 37 and 99. RGB value is (149,55,153). Sum of RGB (Red+Green+Blue) = 149+55+153=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #953799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953799 is #6AC866. Grayscale: #5D5D5D. Windows color (decimal): -6998119 or 10041237. OLE color: 10041237.

HSL color Cylindrical-coordinate representation of color #953799: hue angle of 297.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953799 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 55 153 -
CMYK 0.03 0.64 0 0.4
HSL 297.55º 0.47% 0.41% -
HSV(B) 297.55º 0.64% 0.6% -
XYZ 19.51 11.42 31.31 -
YUV 94.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 149 55 153 0.03 0.64 0 0.4 297.55 0.47 0.41
Hex 95 37 99 3 40 0 28 12A 2F 29
Octal 225 67 231 3 100 0 50 452 57 51
Binary 10010101 110111 10011001 11 1000000 0 101000 100101010 101111 101001

Color Harmonies of #953799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953799

Black with #953799

Text Example


Text Example

White with #953799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953799; }

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

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

background-color css

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

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

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

border-color css

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

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

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