Html Css Color HEX #9B3785 Dark Purple

📋 copy color: '#9B3785'

red 155 ◦ green 55 ◦ blue 133

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

Shades of Dark Purple #9B3785

Tints of Dark Purple #9B3785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 45.19%
G = 16.03%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B3785 (or 0x9B3785) is known color: Dark Purple. HEX triplet: 9B, 37 and 85. RGB value is (155,55,133). Sum of RGB (Red+Green+Blue) = 155+55+133=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3785 is #64C87A. Grayscale: #5D5D5D. Windows color (decimal): -6604923 or 8730523. OLE color: 8730523.

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

Color convert

RGB 155 55 133 -
CMYK 0 0.65 0.14 0.39
HSL 313.2º 0.48% 0.41% -
HSV(B) 313.2º 0.65% 0.61% -
XYZ 19.12 11.39 23.38 -
YUV 93.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 155 55 133 0 0.65 0.14 0.39 313.2 0.48 0.41
Hex 9B 37 85 0 41 E 27 139 30 29
Octal 233 67 205 0 101 16 47 471 60 51
Binary 10011011 110111 10000101 0 1000001 1110 100111 100111001 110000 101001

Color Harmonies of #9B3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3785

Black with #9B3785

Text Example


Text Example

White with #9B3785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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