Html Css Color HEX #953D9C Vivid Violet

📋 copy color: '#953D9C'

red 149 ◦ green 61 ◦ blue 156

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

Shades of Vivid Violet #953D9C

Tints of Vivid Violet #953D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 40.71%
G = 16.67%
B = 42.62%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#953D9C (or 0x953D9C) is known color: Vivid Violet. HEX triplet: 95, 3D and 9C. RGB value is (149,61,156). Sum of RGB (Red+Green+Blue) = 149+61+156=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #953D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D9C is #6AC263. Grayscale: #616161. Windows color (decimal): -6996580 or 10239381. OLE color: 10239381.

HSL color Cylindrical-coordinate representation of color #953D9C: hue angle of 295.58º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953D9C is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 61 156 -
CMYK 0.04 0.61 0 0.39
HSL 295.58º 0.44% 0.43% -
HSV(B) 295.58º 0.61% 0.61% -
XYZ 20.06 12.13 32.74 -
YUV 98.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 149 61 156 0.04 0.61 0 0.39 295.58 0.44 0.43
Hex 95 3D 9C 4 3D 0 27 128 2C 2B
Octal 225 75 234 4 75 0 47 450 54 53
Binary 10010101 111101 10011100 100 111101 0 100111 100101000 101100 101011

Color Harmonies of #953D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D9C

Black with #953D9C

Text Example


Text Example

White with #953D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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