Html Css Color HEX #9B3783 Dark Purple

📋 copy color: '#9B3783'

red 155 ◦ green 55 ◦ blue 131

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

Shades of Dark Purple #9B3783

Tints of Dark Purple #9B3783

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 45.45%
G = 16.13%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B3783 (or 0x9B3783) is known color: Dark Purple. HEX triplet: 9B, 37 and 83. RGB value is (155,55,131). Sum of RGB (Red+Green+Blue) = 155+55+131=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3783 is #64C87C. Grayscale: #5D5D5D. Windows color (decimal): -6604925 or 8599451. OLE color: 8599451.

HSL color Cylindrical-coordinate representation of color #9B3783: hue angle of 314.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3783 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 55 131 -
CMYK 0 0.65 0.15 0.39
HSL 314.4º 0.48% 0.41% -
HSV(B) 314.4º 0.65% 0.61% -
XYZ 18.98 11.34 22.66 -
YUV 93.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 155 55 131 0 0.65 0.15 0.39 314.4 0.48 0.41
Hex 9B 37 83 0 41 F 27 13A 30 29
Octal 233 67 203 0 101 17 47 472 60 51
Binary 10011011 110111 10000011 0 1000001 1111 100111 100111010 110000 101001

Color Harmonies of #9B3783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3783

Black with #9B3783

Text Example


Text Example

White with #9B3783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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