Html Css Color HEX #9B3D8C Medium Red Violet

📋 copy color: '#9B3D8C'

red 155 ◦ green 61 ◦ blue 140

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

Shades of Medium Red Violet #9B3D8C

Tints of Medium Red Violet #9B3D8C

RGB

 RED value IS 155 (60.94% from 255) = 43.54%

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 43.54%
G = 17.13%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B3D8C (or 0x9B3D8C) is known color: Medium Red Violet. HEX triplet: 9B, 3D and 8C. RGB value is (155,61,140). Sum of RGB (Red+Green+Blue) = 155+61+140=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D8C is #64C273. Grayscale: #616161. Windows color (decimal): -6603380 or 9190811. OLE color: 9190811.

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

Color convert

RGB 155 61 140 -
CMYK 0 0.61 0.10 0.39
HSL 309.57º 0.44% 0.42% -
HSV(B) 309.57º 0.61% 0.61% -
XYZ 19.92 12.2 26.12 -
YUV 98.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 155 61 140 0 0.61 0.10 0.39 309.57 0.44 0.42
Hex 9B 3D 8C 0 3D A 27 136 2C 2A
Octal 233 75 214 0 75 12 47 466 54 52
Binary 10011011 111101 10001100 0 111101 1010 100111 100110110 101100 101010

Color Harmonies of #9B3D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D8C

Black with #9B3D8C

Text Example


Text Example

White with #9B3D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3D8C; }

 p { color: rgb(155,61,140); }

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

background-color css

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

 a { background-color: rgb(155,61,140); }

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

border-color css

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

 span { border-color: rgb(155,61,140); }

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