Html Css Color HEX #953E8D Vivid Violet

📋 copy color: '#953E8D'

red 149 ◦ green 62 ◦ blue 141

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

Shades of Vivid Violet #953E8D

Tints of Vivid Violet #953E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 42.33%
G = 17.61%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#953E8D (or 0x953E8D) is known color: Vivid Violet. HEX triplet: 95, 3E and 8D. RGB value is (149,62,141). Sum of RGB (Red+Green+Blue) = 149+62+141=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #953E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E8D is #6AC172. Grayscale: #606060. Windows color (decimal): -6996339 or 9256597. OLE color: 9256597.

HSL color Cylindrical-coordinate representation of color #953E8D: hue angle of 305.52º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E8D is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 141 -
CMYK 0 0.58 0.05 0.42
HSL 305.52º 0.41% 0.41% -
HSV(B) 305.52º 0.58% 0.58% -
XYZ 18.92 11.76 26.47 -
YUV 97.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 149 62 141 0 0.58 0.05 0.42 305.52 0.41 0.41
Hex 95 3E 8D 0 3A 5 2A 132 29 29
Octal 225 76 215 0 72 5 52 462 51 51
Binary 10010101 111110 10001101 0 111010 101 101010 100110010 101001 101001

Color Harmonies of #953E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E8D

Black with #953E8D

Text Example


Text Example

White with #953E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E8D; }

 p { color: rgb(149,62,141); }

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

background-color css

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

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

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

border-color css

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

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

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