Html Css Color HEX #953795 Vivid Violet

📋 copy color: '#953795'

red 149 ◦ green 55 ◦ blue 149

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

Shades of Vivid Violet #953795

Tints of Vivid Violet #953795

RGB

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

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

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

R = 42.21%
G = 15.58%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#953795 (or 0x953795) is known color: Vivid Violet. HEX triplet: 95, 37 and 95. RGB value is (149,55,149). Sum of RGB (Red+Green+Blue) = 149+55+149=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953795 is #6AC86A. Grayscale: #5D5D5D. Windows color (decimal): -6998123 or 9779093. OLE color: 9779093.

HSL color Cylindrical-coordinate representation of color #953795: hue angle of 300º 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 #953795 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 149 -
CMYK 0 0.63 0 0.42
HSL 300º 0.46% 0.4% -
HSV(B) 300º 0.63% 0.58% -
XYZ 19.19 11.29 29.6 -
YUV 93.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 149 55 149 0 0.63 0 0.42 300 0.46 0.4
Hex 95 37 95 0 3F 0 2A 12C 2E 28
Octal 225 67 225 0 77 0 52 454 56 50
Binary 10010101 110111 10010101 0 111111 0 101010 100101100 101110 101000

Color Harmonies of #953795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953795

Black with #953795

Text Example


Text Example

White with #953795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953795; }

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

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

background-color css

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

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

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

border-color css

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

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

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