Html Css Color HEX #953995 Vivid Violet

📋 copy color: '#953995'

red 149 ◦ green 57 ◦ blue 149

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

Shades of Vivid Violet #953995

Tints of Vivid Violet #953995

RGB

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

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

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

R = 41.97%
G = 16.06%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#953995 (or 0x953995) is known color: Vivid Violet. HEX triplet: 95, 39 and 95. RGB value is (149,57,149). Sum of RGB (Red+Green+Blue) = 149+57+149=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953995 is #6AC66A. Grayscale: #5E5E5E. Windows color (decimal): -6997611 or 9779605. OLE color: 9779605.

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

Color convert

RGB 149 57 149 -
CMYK 0 0.62 0 0.42
HSL 300º 0.45% 0.4% -
HSV(B) 300º 0.62% 0.58% -
XYZ 19.28 11.49 29.63 -
YUV 95 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 149 57 149 0 0.62 0 0.42 300 0.45 0.4
Hex 95 39 95 0 3E 0 2A 12C 2D 28
Octal 225 71 225 0 76 0 52 454 55 50
Binary 10010101 111001 10010101 0 111110 0 101010 100101100 101101 101000

Color Harmonies of #953995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953995

Black with #953995

Text Example


Text Example

White with #953995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953995; }

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

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

background-color css

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

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

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

border-color css

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

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

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