Html Css Color HEX #9B3D83 Medium Red Violet

📋 copy color: '#9B3D83'

red 155 ◦ green 61 ◦ blue 131

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

Shades of Medium Red Violet #9B3D83

Tints of Medium Red Violet #9B3D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 44.67%
G = 17.58%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B3D83 (or 0x9B3D83) is known color: Medium Red Violet. HEX triplet: 9B, 3D and 83. RGB value is (155,61,131). Sum of RGB (Red+Green+Blue) = 155+61+131=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D83 is #64C27C. Grayscale: #606060. Windows color (decimal): -6603389 or 8600987. OLE color: 8600987.

HSL color Cylindrical-coordinate representation of color #9B3D83: hue angle of 315.32º 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 #9B3D83 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 61 131 -
CMYK 0 0.61 0.15 0.39
HSL 315.32º 0.44% 0.42% -
HSV(B) 315.32º 0.61% 0.61% -
XYZ 19.28 11.94 22.76 -
YUV 97.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 155 61 131 0 0.61 0.15 0.39 315.32 0.44 0.42
Hex 9B 3D 83 0 3D F 27 13B 2C 2A
Octal 233 75 203 0 75 17 47 473 54 52
Binary 10011011 111101 10000011 0 111101 1111 100111 100111011 101100 101010

Color Harmonies of #9B3D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D83

Black with #9B3D83

Text Example


Text Example

White with #9B3D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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