Html Css Color HEX #9B3E7C Medium Red Violet

📋 copy color: '#9B3E7C'

red 155 ◦ green 62 ◦ blue 124

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

Shades of Medium Red Violet #9B3E7C

Tints of Medium Red Violet #9B3E7C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 45.45%
G = 18.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B3E7C (or 0x9B3E7C) is known color: Medium Red Violet. HEX triplet: 9B, 3E and 7C. RGB value is (155,62,124). Sum of RGB (Red+Green+Blue) = 155+62+124=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3E7C is #64C183. Grayscale: #606060. Windows color (decimal): -6603140 or 8142491. OLE color: 8142491.

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

Color convert

RGB 155 62 124 -
CMYK 0 0.6 0.2 0.39
HSL 320º 0.43% 0.43% -
HSV(B) 320º 0.6% 0.61% -
XYZ 18.88 11.87 20.36 -
YUV 96.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 155 62 124 0 0.6 0.2 0.39 320 0.43 0.43
Hex 9B 3E 7C 0 3C 14 27 140 2B 2B
Octal 233 76 174 0 74 24 47 500 53 53
Binary 10011011 111110 1111100 0 111100 10100 100111 101000000 101011 101011

Color Harmonies of #9B3E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E7C

Black with #9B3E7C

Text Example


Text Example

White with #9B3E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,124); }

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

background-color css

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

 a { background-color: rgb(155,62,124); }

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

border-color css

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

 span { border-color: rgb(155,62,124); }

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