Html Css Color HEX #953D8F Vivid Violet

📋 copy color: '#953D8F'

red 149 ◦ green 61 ◦ blue 143

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

Shades of Vivid Violet #953D8F

Tints of Vivid Violet #953D8F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 42.21%
G = 17.28%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#953D8F (or 0x953D8F) is known color: Vivid Violet. HEX triplet: 95, 3D and 8F. RGB value is (149,61,143). Sum of RGB (Red+Green+Blue) = 149+61+143=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #953D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D8F is #6AC270. Grayscale: #606060. Windows color (decimal): -6996593 or 9387413. OLE color: 9387413.

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

Color convert

RGB 149 61 143 -
CMYK 0 0.59 0.04 0.42
HSL 304.09º 0.42% 0.41% -
HSV(B) 304.09º 0.59% 0.58% -
XYZ 19.02 11.71 27.24 -
YUV 96.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 149 61 143 0 0.59 0.04 0.42 304.09 0.42 0.41
Hex 95 3D 8F 0 3B 4 2A 130 2A 29
Octal 225 75 217 0 73 4 52 460 52 51
Binary 10010101 111101 10001111 0 111011 100 101010 100110000 101010 101001

Color Harmonies of #953D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D8F

Black with #953D8F

Text Example


Text Example

White with #953D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,61,143); }

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

background-color css

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

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

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

border-color css

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

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

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