Html Css Color HEX #953C8D Vivid Violet

📋 copy color: '#953C8D'

red 149 ◦ green 60 ◦ blue 141

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

Shades of Vivid Violet #953C8D

Tints of Vivid Violet #953C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 42.57%
G = 17.14%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#953C8D (or 0x953C8D) is known color: Vivid Violet. HEX triplet: 95, 3C and 8D. RGB value is (149,60,141). Sum of RGB (Red+Green+Blue) = 149+60+141=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C8D is #6AC372. Grayscale: #5F5F5F. Windows color (decimal): -6996851 or 9256085. OLE color: 9256085.

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

Color convert

RGB 149 60 141 -
CMYK 0 0.60 0.05 0.42
HSL 305.39º 0.43% 0.41% -
HSV(B) 305.39º 0.6% 0.58% -
XYZ 18.82 11.54 26.44 -
YUV 95.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 149 60 141 0 0.60 0.05 0.42 305.39 0.43 0.41
Hex 95 3C 8D 0 3C 5 2A 131 2B 29
Octal 225 74 215 0 74 5 52 461 53 51
Binary 10010101 111100 10001101 0 111100 101 101010 100110001 101011 101001

Color Harmonies of #953C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C8D

Black with #953C8D

Text Example


Text Example

White with #953C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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